Skip to content

Commit

Permalink
Merge pull request #10704 from scala-steward/update/caffeine-2.9.0
Browse files Browse the repository at this point in the history
Update caffeine, jcache to 2.9.0
  • Loading branch information
mergify[bot] committed Feb 16, 2021
2 parents 5137e4c + e6453cd commit f67092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ object Dependencies {
"org.ehcache" % "jcache" % "1.0.1"
) ++ jcacheApi

val caffeineVersion = "2.8.8"
val caffeineVersion = "2.9.0"
val playCaffeineDeps = Seq(
"com.github.ben-manes.caffeine" % "caffeine" % caffeineVersion,
"com.github.ben-manes.caffeine" % "jcache" % caffeineVersion
Expand Down

0 comments on commit f67092b

Please sign in to comment.