We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae948d + 87c6a3c commit a79d26cCopy full SHA for a79d26c
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / version := {
6
if (orig.endsWith("-SNAPSHOT")) "0.11.0-SNAPSHOT"
7
else orig
8
}
9
-val scala3 = "3.8.1"
+val scala3 = "3.8.2"
10
ThisBuild / scalaVersion := scala3
11
12
lazy val root = (project in file("."))
@@ -32,7 +32,7 @@ lazy val root = (project in file("."))
32
(pluginCrossBuild / sbtVersion) := {
33
scalaBinaryVersion.value match {
34
case "2.12" => "1.5.8"
35
- case _ => "2.0.0-RC9"
+ case _ => "2.0.0-RC10"
36
37
},
38
scriptedSbt := {
0 commit comments