Skip to content

Commit

Permalink
Update zio-json to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jan 23, 2025
1 parent ad91a27 commit b6a2cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.29",
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3" intransitive(),
"org.playframework" %%% "play-json" % "3.0.4",
"dev.zio" %%% "zio-json" % "0.7.4",
"dev.zio" %%% "zio-json" % "0.7.5",
"dev.zio" %%% "zio-schema-json" % "1.5.0",
"io.circe" %%% "circe-generic" % "0.14.10",
"io.circe" %%% "circe-jawn" % "0.14.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import scala.collection.immutable.ArraySeq
import scala.reflect.ClassTag

object ZioJsonCodecs {
implicit val config: JsonCodecConfiguration = JsonCodecConfiguration(explicitEmptyCollections = false)
implicit val adtC3c: JsonCodec[ADTBase] = DeriveJsonCodec.gen
implicit val geoJsonC3c: JsonCodec[GeoJSON.GeoJSON] = {
implicit val c1: JsonCodec[GeoJSON.SimpleGeometry] = DeriveJsonCodec.gen
Expand Down

0 comments on commit b6a2cc6

Please sign in to comment.