Skip to content

Commit c069c99

Browse files
committed
Updated gdal-contrib.
1 parent 7a78964 commit c069c99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/RFDependenciesPlugin.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ object RFDependenciesPlugin extends AutoPlugin {
4343
val scalatest = "org.scalatest" %% "scalatest" % "3.0.3" % Test
4444
val shapeless = "com.chuusai" %% "shapeless" % "2.3.2"
4545
val `jts-core` = "org.locationtech.jts" % "jts-core" % "1.16.0"
46-
val `geotrellis-contrib-vlm` = "com.azavea.geotrellis" %% "geotrellis-contrib-vlm" % "2.11.0"
47-
val `geotrellis-contrib-gdal` = "com.azavea.geotrellis" %% "geotrellis-contrib-gdal" % "2.11.0"
46+
val `geotrellis-contrib-vlm` = "com.azavea.geotrellis" %% "geotrellis-contrib-vlm" % "2.12.0"
47+
val `geotrellis-contrib-gdal` = "com.azavea.geotrellis" %% "geotrellis-contrib-gdal" % "2.12.0"
4848

4949
val scaffeine = "com.github.blemale" %% "scaffeine" % "2.6.0"
5050
}
@@ -60,8 +60,8 @@ object RFDependenciesPlugin extends AutoPlugin {
6060

6161
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
6262
rfSparkVersion := "2.3.3",
63-
rfGeoTrellisVersion := "2.2.0",
63+
rfGeoTrellisVersion := "2.3.1",
6464
rfGeoMesaVersion := "2.2.1",
65-
dependencyOverrides += "com.azavea.gdal" % "gdal-warp-bindings" % "33.58d4965"
65+
//dependencyOverrides += "com.azavea.gdal" % "gdal-warp-bindings" % "33.58d4965"
6666
)
6767
}

0 commit comments

Comments
 (0)