Skip to content

Commit 64949c4

Browse files
Update scala-library to 2.12.21 (#432)
1 parent 561774d commit 64949c4

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
@@ -12,7 +12,7 @@ lazy val recryptSettings = Seq(
1212
organization := "com.ironcorelabs",
1313
licenses += ("AGPL-3.0", new URL("https://www.gnu.org/licenses/agpl-3.0.txt")),
1414
scalaVersion := "2.13.18",
15-
crossScalaVersions := Seq(scalaVersion.value, "2.12.20"),
15+
crossScalaVersions := Seq(scalaVersion.value, "2.12.21"),
1616
headerLicense := Some(HeaderLicense.Custom(
1717
"""|Copyright (C) 2017-present IronCore Labs
1818
|

0 commit comments

Comments
 (0)