Skip to content

Commit

Permalink
Update scala-library to 2.12.19 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 1, 2024
1 parent 43f602d commit abe1e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val commonSettings = Seq(
url = url("https://github.com/plokhotnyuk")
)
),
scalaVersion := "2.12.18",
scalaVersion := "2.12.19",
scalacOptions ++= Seq(
"-deprecation",
"-encoding", "UTF-8",
Expand Down 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.18"),
crossScalaVersions := Seq("3.3.1", "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.18"),
crossScalaVersions := Seq("3.3.1", "2.13.13", "2.12.19"),
scalaJSLinkerConfig ~= {
_.withSemantics({
_.optimized
Expand Down

0 comments on commit abe1e5c

Please sign in to comment.