From 041e1afec744793ea00a0a0aae1b1585f0148635 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 May 2026 19:29:57 +0000 Subject: [PATCH] Update caffeine to 3.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73e3874..cd78668 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ lazy val core = module("core") "dev.zio" %% "zio-logging" % V.zioLogging, "dev.zio" %% "zio-prelude" % V.zioPrelude, "dev.zio" %% "zio-process" % V.zioProcess, - "com.github.ben-manes.caffeine" % "caffeine" % "3.2.3", + "com.github.ben-manes.caffeine" % "caffeine" % "3.2.4", "org.scala-lang" % "scala-reflect" % Build.ScalaVersion, "io.circe" %% "circe-core" % V.circe, "io.circe" %% "circe-parser" % V.circe,