We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 687084f + 1afe165 commit f57fbe5Copy full SHA for f57fbe5
build.sbt
@@ -8,7 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
8
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:git@github.com:sbt/sbt-git.git"))
9
10
lazy val scala212 = "2.12.21"
11
-lazy val scala3 = "3.8.1"
+lazy val scala3 = "3.8.2"
12
13
crossScalaVersions := Seq(scala212, scala3)
14
0 commit comments