Skip to content

Commit 015a7c5

Browse files
committed
Update scala-library to 2.12.20
1 parent 6a9eca0 commit 015a7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import java.net.URI
55
lazy val compileScalastyle = taskKey[Unit]("compileScalastyle")
66

77
val commonSettings = Seq(
8-
ThisBuild / scalaVersion := "2.12.19",
9-
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
8+
ThisBuild / scalaVersion := "2.12.20",
9+
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3"),
1010

1111
ThisBuild / parallelExecution := false,
1212
fork := true,

0 commit comments

Comments
 (0)