Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.1 (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Plokhotnyuk <[email protected]>
  • Loading branch information
scala-steward and plokhotnyuk authored Sep 13, 2023
1 parent 6f05ae2 commit 49e4b0e
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.0", "2.13.12", "2.12.18"),
crossScalaVersions := Seq("3.3.1", "2.13.12", "2.12.18"),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test
)
)
.jsSettings(
crossScalaVersions := Seq("3.3.0", "2.13.12", "2.12.18"),
crossScalaVersions := Seq("3.3.1", "2.13.12", "2.12.18"),
scalaJSLinkerConfig ~= {
_.withSemantics({
_.optimized
Expand Down

0 comments on commit 49e4b0e

Please sign in to comment.