Skip to content

Commit f68d81e

Browse files
authored
Update circe-generic, circe-parser, and circe-jawn to 0.14.8
1 parent 19ce59c commit f68d81e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
254254
"dev.zio" %%% "zio-json" % "0.7.0",
255255
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3",
256256
"com.lihaoyi" %%% "upickle" % "3.3.1",
257-
"io.circe" %%% "circe-generic" % "0.14.7",
258-
"io.circe" %%% "circe-parser" % "0.14.7",
259-
"io.circe" %%% "circe-jawn" % "0.14.7",
257+
"io.circe" %%% "circe-generic" % "0.14.8",
258+
"io.circe" %%% "circe-parser" % "0.14.8",
259+
"io.circe" %%% "circe-jawn" % "0.14.8",
260260
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.22",
261261
"org.json4s" %% "json4s-jackson" % "4.1.0-M5",
262262
"org.json4s" %% "json4s-native" % "4.1.0-M5",

0 commit comments

Comments
 (0)