Skip to content

Commit

Permalink
Bump GT version up (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Apr 6, 2022
1 parent 56e925c commit fb1d22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}

Expand All @@ -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
)
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb1d22d

Please sign in to comment.