Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump STAC4S Version up #570

Merged
merged 2 commits into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


/*
* This software is licensed under the Apache 2 license, quoted below.
*
Expand Down Expand Up @@ -33,11 +31,9 @@ import geotrellis.spark._
import geotrellis.vector.{Extent, ProjectedExtent}
import org.apache.spark.sql.functions._
import org.apache.spark.sql.{SQLContext, SparkSession}
import org.locationtech.rasterframes.encoders.SerializersCache
import org.locationtech.rasterframes.ref.RFRasterSource
import org.locationtech.rasterframes.tiles.ProjectedRasterTile
import org.locationtech.rasterframes.util._
import org.scalatest.BeforeAndAfterAll

import scala.util.control.NonFatal

Expand Down
4 changes: 2 additions & 2 deletions project/RFDependenciesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ object RFDependenciesPlugin extends AutoPlugin {
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2"
val `spray-json` = "io.spray" %% "spray-json" % "1.3.4"
val `scala-logging` = "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0"
val stac4s = "com.azavea.stac4s" %% "client" % "0.7.1"
val sttpCatsCe2 = "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats-ce2" % "3.3.6"
val stac4s = "com.azavea.stac4s" %% "client" % "0.7.2"
val sttpCatsCe2 = "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats-ce2" % "3.3.15"
val frameless = "org.typelevel" %% "frameless-dataset" % "0.10.1"
}
import autoImport._
Expand Down