Skip to content

Commit

Permalink
Update Scala and sbt in hopes that it makes them compile in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed Oct 17, 2023
1 parent 269db99 commit fbf202a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt._

object Settings {

val scalaVer = "2.13.8"
val scalaVer = "2.13.12"

val commonSettings = Seq(
version := "2.0.0-M2.10",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.9.6

0 comments on commit fbf202a

Please sign in to comment.