Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 8, 2024
1 parent 259f39f commit 75ac867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import java.net.URI
lazy val compileScalastyle = taskKey[Unit]("compileScalastyle")

val commonSettings = Seq(
ThisBuild / scalaVersion := "2.12.19",
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.4"),
ThisBuild / scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.4"),

ThisBuild / parallelExecution := false,
fork := true,
Expand Down

0 comments on commit 75ac867

Please sign in to comment.