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,