Skip to content

Commit 160c853

Browse files
authored
Update sbt 2.0.0-RC9 to 2.0.0-RC10 (#160)
and scala 3.8.1 to 3.8.2
1 parent 811b642 commit 160c853

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enablePlugins(SbtPlugin)
1818
addSbtPlugin("com.github.sbt" % "sbt2-compat" % "0.1.0")
1919

2020
scalaVersion := "2.12.21"
21-
crossScalaVersions += "3.8.1"
21+
crossScalaVersions += "3.8.2"
2222

2323
scalacOptions ++= {
2424
scalaBinaryVersion.value match {
@@ -30,14 +30,14 @@ scalacOptions ++= {
3030
pluginCrossBuild / sbtVersion := {
3131
scalaBinaryVersion.value match {
3232
case "2.12" => "1.5.8"
33-
case _ => "2.0.0-RC9"
33+
case _ => "2.0.0-RC10"
3434
}
3535
}
3636

3737
scriptedSbt := {
3838
scalaBinaryVersion.value match {
3939
case "2.12" => "1.9.0"
40-
case _ => "2.0.0-RC9"
40+
case _ => "2.0.0-RC10"
4141
}
4242
}
4343

0 commit comments

Comments
 (0)