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.
2 parents c54f7b2 + 27e84e0 commit 3fe9430Copy full SHA for 3fe9430
build.sbt
@@ -9,7 +9,7 @@ homepage := scmInfo.value map (_.browseUrl)
9
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
10
11
lazy val scala212 = "2.12.20"
12
-lazy val scala3 = "3.6.2"
+lazy val scala3 = "3.6.3"
13
14
crossScalaVersions := Seq(scala212, scala3)
15
0 commit comments