Skip to content

Commit 59047f5

Browse files
committed
Update circe-generic to 0.14.13
1 parent 706ee67 commit 59047f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
245245
"org.playframework" %%% "play-json" % "3.0.4",
246246
"dev.zio" %%% "zio-json" % "0.7.42",
247247
"dev.zio" %%% "zio-schema-json" % "1.6.6",
248-
"io.circe" %%% "circe-generic" % "0.14.12",
249-
"io.circe" %%% "circe-jawn" % "0.14.12",
248+
"io.circe" %%% "circe-generic" % "0.14.13",
249+
"io.circe" %%% "circe-jawn" % "0.14.13",
250250
"com.lihaoyi" %%% "upickle" % "4.1.0",
251251
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
252252
"io.spray" %% "spray-json" % "1.3.6",

0 commit comments

Comments
 (0)