From cb2945cf469b3964492e33e57b5888ea6b6b486b Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:37:27 +0000 Subject: [PATCH] Update caffeine to 3.2.0 (#3176) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Juliano Alves --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5c7421268..89682e8d6 100644 --- a/build.sbt +++ b/build.sbt @@ -205,7 +205,7 @@ lazy val `quill-engine` = ("com.github.takayahilton" %% "sql-formatter" % "1.2.1").cross(CrossVersion.for3Use2_13), "io.suzaku" %% "boopickle" % "1.5.0", "com.lihaoyi" %% "pprint" % "0.9.0", - "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8" + "com.github.ben-manes.caffeine" % "caffeine" % "3.2.0" ), coverageExcludedPackages := ";.*AstPrinter;.*Using;io.getquill.Model;io.getquill.ScalarTag;io.getquill.QuotationTag" )