Skip to content

Commit caddf8b

Browse files
authored
Merge pull request #570 from pomadchin/upd/stac4s-client
Bump STAC4S Version up
2 parents b0f35f8 + bedb22b commit caddf8b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

core/src/test/scala/org/locationtech/rasterframes/RasterLayerSpec.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
/*
42
* This software is licensed under the Apache 2 license, quoted below.
53
*
@@ -33,11 +31,9 @@ import geotrellis.spark._
3331
import geotrellis.vector.{Extent, ProjectedExtent}
3432
import org.apache.spark.sql.functions._
3533
import org.apache.spark.sql.{SQLContext, SparkSession}
36-
import org.locationtech.rasterframes.encoders.SerializersCache
3734
import org.locationtech.rasterframes.ref.RFRasterSource
3835
import org.locationtech.rasterframes.tiles.ProjectedRasterTile
3936
import org.locationtech.rasterframes.util._
40-
import org.scalatest.BeforeAndAfterAll
4137

4238
import scala.util.control.NonFatal
4339

project/RFDependenciesPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ object RFDependenciesPlugin extends AutoPlugin {
5252
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2"
5353
val `spray-json` = "io.spray" %% "spray-json" % "1.3.4"
5454
val `scala-logging` = "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0"
55-
val stac4s = "com.azavea.stac4s" %% "client" % "0.7.1"
56-
val sttpCatsCe2 = "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats-ce2" % "3.3.6"
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"
5757
val frameless = "org.typelevel" %% "frameless-dataset" % "0.10.1"
5858
}
5959
import autoImport._

0 commit comments

Comments
 (0)