We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab1c12 commit bedb22bCopy full SHA for bedb22b
project/RFDependenciesPlugin.scala
@@ -53,7 +53,7 @@ object RFDependenciesPlugin extends AutoPlugin {
53
val `spray-json` = "io.spray" %% "spray-json" % "1.3.4"
54
val `scala-logging` = "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0"
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.6"
+ val sttpCatsCe2 = "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats-ce2" % "3.3.15"
57
val frameless = "org.typelevel" %% "frameless-dataset" % "0.10.1"
58
}
59
import autoImport._
0 commit comments