We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39560a commit 31c5a3dCopy full SHA for 31c5a3d
1 file changed
build.sbt
@@ -2,7 +2,7 @@ organization := "com.lightbend"
2
version := "0.0.1"
3
name := "cloc-plugin"
4
scalaVersion := crossScalaVersions.value.head
5
-crossScalaVersions := Seq("2.12.20", "2.13.18")
+crossScalaVersions := Seq("2.12.21", "2.13.18")
6
crossVersion := CrossVersion.patch
7
libraryDependencies +=
8
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided"
0 commit comments