diff --git a/build.sbt b/build.sbt index 8ba88e9..8842c16 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ ThisBuild / githubWorkflowPublish := Seq( val catsEffects = "org.typelevel" %% "cats-effect" % "3.3.4" val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test -val circeV = "0.14.1" +val circeV = "0.14.2" val scalapbV = "0.11.8" val commonSettings = Seq(