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 Sep 6, 2024
1 parent 4d51cbb commit 99c7d68
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 @@ -30,7 +30,7 @@ val ScalaJSJQueryVersion = if (ProjectDefs.scalaJSIs06) "3.0.1" else "3.2.0"
lazy val commonSettings = Seq(
scalaVersion := (if (ProjectDefs.scalaJSIs06) "2.13.4" else "2.13.7"),
crossScalaVersions := {
if (ProjectDefs.scalaJSIs06) Seq("2.11.12", "2.12.12", scalaVersion.value)
if (ProjectDefs.scalaJSIs06) Seq("2.11.12", "2.12.20", scalaVersion.value)
else Seq("2.12.12", scalaVersion.value)
},
organization := "com.github.karasiq"
Expand Down

0 comments on commit 99c7d68

Please sign in to comment.