Skip to content

Commit 6bbad13

Browse files
committed
Update scala-library to 2.13.16
1 parent 121c2e7 commit 6bbad13

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
@@ -8,7 +8,7 @@ startYear := Some(2011)
88
homepage := scmInfo.value map (_.browseUrl)
99
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
1010

11-
lazy val scala212 = "2.12.20"
11+
lazy val scala212 = "2.13.16"
1212
lazy val scala3 = "3.6.2"
1313

1414
crossScalaVersions := Seq(scala212, scala3)

0 commit comments

Comments
 (0)