Skip to content

Commit b28a10b

Browse files
committed
Downgrade scaffeine to 4.1.0 for JDK 8 support in caffeine 2.9
1 parent d1cfb99 commit b28a10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/RFDependenciesPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object RFDependenciesPlugin extends AutoPlugin {
4949
val shapeless = "com.chuusai" %% "shapeless" % "2.3.9"
5050
val `jts-core` = "org.locationtech.jts" % "jts-core" % "1.18.2"
5151
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "1.7.36"
52-
val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.2"
52+
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.1.0"
5353
val `spray-json` = "io.spray" %% "spray-json" % "1.3.6"
5454
val `scala-logging` = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4"
5555
val stac4s = "com.azavea.stac4s" %% "client" % "0.7.2"

0 commit comments

Comments
 (0)