From a95fcd206feb1ecb44d9d75851a2423789b70324 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 May 2024 10:22:25 +0200 Subject: [PATCH] Update scala-library to 2.13.14 (#507) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 120ca39..a4dc477 100644 --- a/build.sbt +++ b/build.sbt @@ -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