Skip to content

Commit 16a516d

Browse files
authored
Update scala-library to 2.12.16
1 parent a339c50 commit 16a516d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; ++test")
55
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite")
66
addCommandAlias("ci-publish", "github; ci-release")
77

8-
lazy val scala212 = "2.12.15"
8+
lazy val scala212 = "2.12.16"
99
lazy val scala213 = "2.13.8"
1010
lazy val scala3Version = "3.1.2"
1111
lazy val scala2Versions = Seq(scala212, scala213)

0 commit comments

Comments
 (0)