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 578d4d8 commit 29428bdCopy full SHA for 29428bd
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.14", "2.12.19")
+crossScalaVersions := Seq("2.13.15", "2.12.19")
10
11
libraryDependencies ++= Seq(
12
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
0 commit comments