@@ -31,7 +31,7 @@ object RFDependenciesPlugin extends AutoPlugin {
3131 val rfGeoMesaVersion = settingKey[String ](" GeoMesa version" )
3232
3333 def geotrellis (module : String ) = Def .setting {
34- " org.locationtech.geotrellis" %% s " geotrellis- $module" % rfGeoTrellisVersion.value
34+ " org.locationtech.geotrellis" %% s " geotrellis- $module" % rfGeoTrellisVersion.value excludeAll( " org.scala-lang.modules " , " scala-xml " )
3535 }
3636 def spark (module : String ) = Def .setting {
3737 " org.apache.spark" %% s " spark- $module" % rfSparkVersion.value
@@ -41,7 +41,7 @@ object RFDependenciesPlugin extends AutoPlugin {
4141 }
4242 def circe (module : String ) = Def .setting {
4343 module match {
44- case " json-schema" => " io.circe" %% s " circe- $module" % " 0.1 .0"
44+ case " json-schema" => " io.circe" %% s " circe- $module" % " 0.2 .0"
4545 case _ => " io.circe" %% s " circe- $module" % " 0.14.1"
4646 }
4747 }
@@ -51,9 +51,9 @@ object RFDependenciesPlugin extends AutoPlugin {
5151 val `slf4j-api` = " org.slf4j" % " slf4j-api" % " 1.7.36"
5252 val scaffeine = " com.github.blemale" %% " scaffeine" % " 4.1.0"
5353 val `spray-json` = " io.spray" %% " spray-json" % " 1.3.6"
54- val `scala-logging` = " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.4 "
55- val stac4s = " com.azavea.stac4s" %% " client" % " 0.7.2 "
56- val sttpCatsCe2 = " com.softwaremill.sttp.client3" %% " async-http-client-backend-cats-ce2" % " 3.3.15 "
54+ val `scala-logging` = " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5 "
55+ val stac4s = " com.azavea.stac4s" %% " client" % " 0.8.1 "
56+ val sttpCatsCe2 = " com.softwaremill.sttp.client3" %% " async-http-client-backend-cats-ce2" % " 3.7.0 "
5757 val frameless = " org.typelevel" %% " frameless-dataset" % " 0.13.0"
5858 val framelessRefined = " org.typelevel" %% " frameless-refined" % " 0.13.0"
5959 val `better-files` = " com.github.pathikrit" %% " better-files" % " 3.9.1" % Test
@@ -74,6 +74,6 @@ object RFDependenciesPlugin extends AutoPlugin {
7474 // NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
7575 rfSparkVersion := " 3.3.1" ,
7676 rfGeoTrellisVersion := " 3.6.3" ,
77- rfGeoMesaVersion := " 3.4 .1"
77+ rfGeoMesaVersion := " 3.5 .1"
7878 )
7979}
0 commit comments