Skip to content

Commit

Permalink
Bump sbt to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jun 2, 2024
1 parent 78b8871 commit aa7c7e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
scala:
- { name: 'Scala 2', version: "2.11.12", binary-version: "2.11", java-version: "adopt@1.8" , report: "" }
- { name: 'Scala 2', version: "2.12.12", binary-version: "2.12", java-version: "adopt@1.11", report: "" }
- { name: 'Scala 2', version: "2.13.10", binary-version: "2.13", java-version: "adopt@1.11", report: "report" }
- { name: 'Scala 2', version: "2.13.11", binary-version: "2.13", java-version: "adopt@1.11", report: "report" }
- { name: 'Scala 3', version: "3.0.0", binary-version: "3", java-version: "adopt@1.11", report: "" }

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ lazy val props =
new {

val DottyVersions = List("3.0.0")
val ProjectScalaVersion = "2.13.10"
val ProjectScalaVersion = "2.13.11"

val SonatypeCredentialHost = "s01.oss.sonatype.org"
val SonatypeRepository = s"https://$SonatypeCredentialHost/service/local"
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.9.9
sbt.version=1.10.0

0 comments on commit aa7c7e9

Please sign in to comment.