We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561774d commit 64949c4Copy full SHA for 64949c4
build.sbt
@@ -12,7 +12,7 @@ lazy val recryptSettings = Seq(
12
organization := "com.ironcorelabs",
13
licenses += ("AGPL-3.0", new URL("https://www.gnu.org/licenses/agpl-3.0.txt")),
14
scalaVersion := "2.13.18",
15
- crossScalaVersions := Seq(scalaVersion.value, "2.12.20"),
+ crossScalaVersions := Seq(scalaVersion.value, "2.12.21"),
16
headerLicense := Some(HeaderLicense.Custom(
17
"""|Copyright (C) 2017-present IronCore Labs
18
|
0 commit comments