Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 18, 2024
1 parent 5f180ef commit a5e38cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inThisBuild(List(

lazy val shared = Def.settings(
scalaVersion := "2.13.10",
crossScalaVersions := Seq("2.13.10", "2.12.17"),
crossScalaVersions := Seq("2.13.10", "2.12.20"),
libraryDependencies ++= {
if (isAtLeastScala213.value) Nil
else Seq(compilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full))
Expand Down

0 comments on commit a5e38cb

Please sign in to comment.