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.
2 parents b31177d + ec8c685 commit c058d52Copy full SHA for c058d52
build.sbt
@@ -5,7 +5,7 @@ licenses := Seq(
5
"Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
6
homepage := Some(url("http://github.com/lightbend/scala-sculpt"))
7
8
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.17"
9
10
libraryDependencies ++= Seq(
11
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
0 commit comments