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 2e56a17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
logLevel := sbt.Level.Warn

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.20")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.21")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
Expand Down

0 comments on commit 2e56a17

Please sign in to comment.