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 15e0096 commit eacdf3aCopy full SHA for eacdf3a
1 file changed
project/Dependencies.scala
@@ -63,7 +63,7 @@ object Dependencies {
63
// For pekko-http-jackson3 support
64
val jacksonDatabind3 = "tools.jackson.core" % "jackson-databind" % jacksonDatabind3Version
65
66
- val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.3"
+ val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.4"
67
68
val scalafix = "ch.epfl.scala" %% "scalafix-core" % Dependencies.scalafixVersion
69
0 commit comments