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 af13290 commit 76fd4ddCopy full SHA for 76fd4dd
build.sbt
@@ -6,7 +6,7 @@ licenses := Seq(
6
homepage := Some(url("http://github.com/lightbend/scala-sculpt"))
7
8
scalaVersion := crossScalaVersions.value.head
9
-crossScalaVersions := Seq("2.13.15", "2.12.20")
+crossScalaVersions := Seq("2.13.16", "2.12.20")
10
11
libraryDependencies ++= Seq(
12
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
0 commit comments