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 f69c3bf commit b6b5d11Copy full SHA for b6b5d11
project/Dependencies.scala
@@ -62,7 +62,7 @@ object Dependencies {
62
// For pekko-http-testkit-java
63
val junit = "junit" % "junit" % junitVersion
64
65
- val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.3"
+ val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.2"
66
67
val scalafix = "ch.epfl.scala" %% "scalafix-core" % Dependencies.scalafixVersion
68
0 commit comments