Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 2, 2024
1 parent abe1e5c commit 26a4738
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.1", "2.13.13", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.13", "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.1", "2.13.13", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.13", "2.12.19"),
scalaJSLinkerConfig ~= {
_.withSemantics({
_.optimized
Expand Down

0 comments on commit 26a4738

Please sign in to comment.