From abe1e5ce8d7247e191780349580b97b30e9f023d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:13:11 +0100 Subject: [PATCH] Update scala-library to 2.12.19 (#497) --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9c6c547..63ef6ab 100644 --- a/build.sbt +++ b/build.sbt @@ -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", @@ -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