Skip to content

Commit 139e3e8

Browse files
committed
Update scala-library to 2.13.16
1 parent 1edadb8 commit 139e3e8

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
@@ -5,7 +5,7 @@ lazy val commonSettings = Seq(
55
organizationName := "Evolution",
66
organizationHomepage := Some(url("https://evolution.com")),
77
scalaVersion := crossScalaVersions.value.head,
8-
crossScalaVersions := Seq("2.13.14", "3.3.3"),
8+
crossScalaVersions := Seq("2.13.16", "3.3.3"),
99
Compile / scalacOptions ++= {
1010
if (scalaBinaryVersion.value == "2.13") {
1111
Seq(

0 commit comments

Comments
 (0)