From fb1d22db3f91ae15c1a74ccad88d37f7c8a6082a Mon Sep 17 00:00:00 2001 From: Grigory Date: Wed, 6 Apr 2022 13:19:42 -0400 Subject: [PATCH] Bump GT version up (#510) --- build.sbt | 4 ++-- project/Versions.scala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 7093c8a9..a688c722 100644 --- a/build.sbt +++ b/build.sbt @@ -110,7 +110,7 @@ lazy val credentialSettings = Seq( val jvmGeometryDependencies = Def.setting { Seq( "org.locationtech.jts" % "jts-core" % Versions.Jts, - "org.locationtech.geotrellis" %% "geotrellis-vector" % Versions.GeoTrellis.value + "org.locationtech.geotrellis" %% "geotrellis-vector" % Versions.GeoTrellis ) } @@ -123,7 +123,7 @@ val coreDependenciesJVM = Def.setting { val testingDependenciesJVM = Def.setting { Seq( - "org.locationtech.geotrellis" %% "geotrellis-vector" % Versions.GeoTrellis.value, + "org.locationtech.geotrellis" %% "geotrellis-vector" % Versions.GeoTrellis, "org.locationtech.jts" % "jts-core" % Versions.Jts, "org.threeten" % "threeten-extra" % Versions.ThreeTenExtra ) diff --git a/project/Versions.scala b/project/Versions.scala index e0e87cb6..ec638683 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -11,12 +11,12 @@ object Versions { } } - val Cats = "2.6.1" + val Cats = "2.7.0" val Circe = "0.14.1" val CirceJsonSchema = "0.2.0" val DisciplineScalatest = "2.1.5" val Enumeratum = "1.7.0" - val GeoTrellis = Def.setting(ver("3.6.1", "3.6.1+9-fdefb1d3-SNAPSHOT").value) + val GeoTrellis = "3.6.2" val Jts = "1.18.1" val Monocle = "2.1.0" val Refined = "0.9.28"