From 40ad7112cdd6f34bfc36984976a20bf76c495842 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Feb 2024 21:45:05 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- 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