File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments