Skip to content

Commit e58fdde

Browse files
committed
Update scala-library to 2.13.17
1 parent 941da48 commit e58fdde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:git@github.com:sbt/sbt-git.git"))
99

10-
lazy val scala212 = "2.12.20"
10+
lazy val scala212 = "2.13.17"
1111
lazy val scala3 = "3.7.3"
1212

1313
crossScalaVersions := Seq(scala212, scala3)

0 commit comments

Comments
 (0)