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 d1cfb99 commit b28a10bCopy full SHA for b28a10b
project/RFDependenciesPlugin.scala
@@ -49,7 +49,7 @@ object RFDependenciesPlugin extends AutoPlugin {
49
val shapeless = "com.chuusai" %% "shapeless" % "2.3.9"
50
val `jts-core` = "org.locationtech.jts" % "jts-core" % "1.18.2"
51
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "1.7.36"
52
- val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.2"
+ val scaffeine = "com.github.blemale" %% "scaffeine" % "4.1.0"
53
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"
0 commit comments