File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
core/src/test/scala/org/locationtech/rasterframes Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1-
2-
31/*
42 * This software is licensed under the Apache 2 license, quoted below.
53 *
@@ -33,11 +31,9 @@ import geotrellis.spark._
3331import geotrellis .vector .{Extent , ProjectedExtent }
3432import org .apache .spark .sql .functions ._
3533import org .apache .spark .sql .{SQLContext , SparkSession }
36- import org .locationtech .rasterframes .encoders .SerializersCache
3734import org .locationtech .rasterframes .ref .RFRasterSource
3835import org .locationtech .rasterframes .tiles .ProjectedRasterTile
3936import org .locationtech .rasterframes .util ._
40- import org .scalatest .BeforeAndAfterAll
4137
4238import scala .util .control .NonFatal
4339
Original file line number Diff line number Diff 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 ._
You can’t perform that action at this time.
0 commit comments