Skip to content

Commit ade2678

Browse files
Update scala-compiler, scala-library to 2.13.18 (#112)
1 parent c4cf2ab commit ade2678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "com.lightbend"
22
version := "0.0.1"
33
name := "cloc-plugin"
44
scalaVersion := crossScalaVersions.value.head
5-
crossScalaVersions := Seq("2.12.20", "2.13.17")
5+
crossScalaVersions := Seq("2.12.20", "2.13.18")
66
crossVersion := CrossVersion.patch
77
libraryDependencies +=
88
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided"

0 commit comments

Comments
 (0)