From bb242d0f838e0787e44939e24333d0b779d4fda0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 13:01:55 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f6695b2b..1fd07d8bc 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,7 @@ lazy val applicationDependencies = Seq( "org.locationtech.geotrellis" %% "geotrellis-vector" % Versions.GeoTrellisVersion, "org.locationtech.jts" % "jts-core" % Versions.JtsVersion, "org.scalacheck" %% "scalacheck" % Versions.ScalacheckVersion % Test, - "org.scala-lang" % "scala-reflect" % "2.12.15", + "org.scala-lang" % "scala-reflect" % "2.12.20", "org.slf4j" % "slf4j-api" % Versions.Slf4jVersion, "org.slf4j" % "slf4j-simple" % Versions.Slf4jVersion, "org.specs2" %% "specs2-core" % Versions.Specs2Version % Test,