diff --git a/build.sbt b/build.sbt index 023aa204..98749384 100644 --- a/build.sbt +++ b/build.sbt @@ -96,8 +96,8 @@ lazy val core = crossProject(JVMPlatform) "org.apache.commons" % "commons-compress" % "1.26.2", "com.lihaoyi" %% "sourcecode" % "0.4.2", "org.typelevel" %% "log4cats-slf4j" % "2.7.0", - "io.circe" %% "circe-generic" % "0.14.9", - "io.circe" %% "circe-parser" % "0.14.9", + "io.circe" %% "circe-generic" % "0.14.10", + "io.circe" %% "circe-parser" % "0.14.10", "co.fs2" %% "fs2-core" % "3.10.2", "co.fs2" %% "fs2-io" % "3.10.2", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"