Skip to content

Commit d4145af

Browse files
Update scala-library to 2.13.18 (#430)
1 parent 7611dca commit d4145af

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

0 commit comments

Comments
 (0)