Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 6, 2024
1 parent 0577da3 commit a95fcd2
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 @@ -101,14 +101,14 @@ lazy val `rtree2d-core` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(commonSettings)
.settings(publishSettings)
.settings(
crossScalaVersions := Seq("3.3.3", "2.13.13", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19"),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test
)
)
.jsSettings(
crossScalaVersions := Seq("3.3.3", "2.13.13", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19"),
scalaJSLinkerConfig ~= {
_.withSemantics({
_.optimized
Expand Down

0 comments on commit a95fcd2

Please sign in to comment.