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 cdde916 + 90ea127 commit c812ed4Copy full SHA for c812ed4
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.3"
+lazy val scala3 = "3.7.4"
12
13
crossScalaVersions := Seq(scala212, scala3)
14
0 commit comments