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 1485125 + 95b6c34 commit 30d9568Copy full SHA for 30d9568
build.sbt
@@ -8,7 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
8
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
9
10
lazy val scala212 = "2.12.20"
11
-lazy val scala3 = "3.7.2"
+lazy val scala3 = "3.7.3"
12
13
crossScalaVersions := Seq(scala212, scala3)
14
0 commit comments