We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811b642 commit 160c853Copy full SHA for 160c853
1 file changed
build.sbt
@@ -18,7 +18,7 @@ enablePlugins(SbtPlugin)
18
addSbtPlugin("com.github.sbt" % "sbt2-compat" % "0.1.0")
19
20
scalaVersion := "2.12.21"
21
-crossScalaVersions += "3.8.1"
+crossScalaVersions += "3.8.2"
22
23
scalacOptions ++= {
24
scalaBinaryVersion.value match {
@@ -30,14 +30,14 @@ scalacOptions ++= {
30
pluginCrossBuild / sbtVersion := {
31
32
case "2.12" => "1.5.8"
33
- case _ => "2.0.0-RC9"
+ case _ => "2.0.0-RC10"
34
}
35
36
37
scriptedSbt := {
38
39
case "2.12" => "1.9.0"
40
41
42
43
0 commit comments