Skip to content

Commit

Permalink
Merge pull request #78 from scala-steward/update/caffeine-3.2.0
Browse files Browse the repository at this point in the history
Update caffeine to 3.2.0
  • Loading branch information
lenguyenthanh authored Jan 20, 2025
2 parents 97698de + bf405d4 commit bdec0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val lila: Project = Project("lila", file("lila"))
commonSettings,
name := "scalalib-lila",
libraryDependencies ++= List(
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.8" % "compile",
"com.github.ben-manes.caffeine" % "caffeine" % "3.2.0" % "compile",
"com.github.blemale" %% "scaffeine" % "5.3.0" % "compile",
"org.scalameta" %% "munit" % "1.0.4" % Test
)
Expand Down

0 comments on commit bdec0a0

Please sign in to comment.