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 b999f95 + 43b86c9 commit f690dafCopy full SHA for f690daf
build.sbt
@@ -7,7 +7,7 @@ startYear := Some(2011)
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"
+lazy val scala212 = "2.12.21"
11
lazy val scala3 = "3.7.4"
12
13
crossScalaVersions := Seq(scala212, scala3)
0 commit comments