Skip to content

Commit f690daf

Browse files
authored
Merge pull request #339 from scala-steward/update/scala-library-2.12.21
Update scala-library to 2.12.21
2 parents b999f95 + 43b86c9 commit f690daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ startYear := Some(2011)
77
homepage := scmInfo.value map (_.browseUrl)
88
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
99

10-
lazy val scala212 = "2.12.20"
10+
lazy val scala212 = "2.12.21"
1111
lazy val scala3 = "3.7.4"
1212

1313
crossScalaVersions := Seq(scala212, scala3)

0 commit comments

Comments
 (0)