From 9a9fbe9013e8edf9ede8f32c04f6ed3137fa177c Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:17:27 +0000 Subject: [PATCH] Update caffeine to 3.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e6cfd5e6..8fda84e8d 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.3", - "com.github.ben-manes.caffeine" % "caffeine" % "3.2.2" + "com.github.ben-manes.caffeine" % "caffeine" % "3.2.3" ), coverageExcludedPackages := ";.*AstPrinter;.*Using;io.getquill.Model;io.getquill.ScalarTag;io.getquill.QuotationTag" )