zio-json
zio-json copied to clipboard
Fast, secure JSON library with tight ZIO integration.
fixes #1053 /claim #1053 - **test: ensure >256 bit does not work but 256 works** - **feat: update max bit to 256**
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.4` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.4) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.4) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [io.circe:circe-core](https://github.com/circe/circe) * [io.circe:circe-generic](https://github.com/circe/circe) * [io.circe:circe-parser](https://github.com/circe/circe) from `0.14.3` to `0.14.8` 📜 [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.8) - [Version Diff](https://github.com/circe/circe/compare/v0.14.3...v0.14.8) ## Usage ✅ **Please merge!** I'll automatically...
## About this PR 📦 Updates [dev.zio:zio-sbt-website](https://github.com/zio/zio-sbt) from `0.4.0-alpha.27` to `0.4.0-alpha.28` 📜 [GitHub Release Notes](https://github.com/zio/zio-sbt/releases/tag/v0.4.0-alpha.28) - [Version Diff](https://github.com/zio/zio-sbt/compare/v0.4.0-alpha.27...v0.4.0-alpha.28) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.typesafe.play:play-json](https://github.com/playframework/play-json) from `2.9.4` to `2.10.6` 📜 [GitHub Release Notes](https://github.com/playframework/play-json/releases/tag/2.10.6) - [Version Diff](https://github.com/playframework/play-json/compare/2.9.4...2.10.6) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `2.7.5` to `3.8.2` ⚠ 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.2) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v2.7.5...v3.8.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to...
## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.19` to `2.12.20` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.20) - [Version Diff](https://github.com/scala/scala/compare/v2.12.19...v2.12.20) ## Usage ✅ **Please merge!** I'll automatically update this...
I have this code: ```scala final case class Example[State
Producing a schema from a (derived) codec seems quite useful to ensure consistency across non-Scala stack. It can also be used to Prompt LLMs for consistent response format. The schema...