diff --git a/build.sbt b/build.sbt index 74da9a9785..8dfad0b129 100644 --- a/build.sbt +++ b/build.sbt @@ -839,7 +839,7 @@ lazy val benchmark = "org.openjdk.jmh" % "jmh-generator-reflection" % JMH_VERSION, // Used only for json benchmark "org.json4s" %% "json4s-jackson" % "4.0.6", - "io.circe" %% "circe-parser" % "0.14.5", + "io.circe" %% "circe-parser" % "0.14.6", // For ScalaPB // "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion // For grpc-java