Skip to content

Commit b6a2cc6

Browse files
committed
Update zio-json to 0.7.5
1 parent ad91a27 commit b6a2cc6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
243243
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.29",
244244
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3" intransitive(),
245245
"org.playframework" %%% "play-json" % "3.0.4",
246-
"dev.zio" %%% "zio-json" % "0.7.4",
246+
"dev.zio" %%% "zio-json" % "0.7.5",
247247
"dev.zio" %%% "zio-schema-json" % "1.5.0",
248248
"io.circe" %%% "circe-generic" % "0.14.10",
249249
"io.circe" %%% "circe-jawn" % "0.14.10",

jsoniter-scala-benchmark/shared/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/benchmark/ZioJsonCodecs.scala

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import scala.collection.immutable.ArraySeq
99
import scala.reflect.ClassTag
1010

1111
object ZioJsonCodecs {
12-
implicit val config: JsonCodecConfiguration = JsonCodecConfiguration(explicitEmptyCollections = false)
1312
implicit val adtC3c: JsonCodec[ADTBase] = DeriveJsonCodec.gen
1413
implicit val geoJsonC3c: JsonCodec[GeoJSON.GeoJSON] = {
1514
implicit val c1: JsonCodec[GeoJSON.SimpleGeometry] = DeriveJsonCodec.gen

0 commit comments

Comments
 (0)