We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d375cc + dc4977e commit d0b819fCopy full SHA for d0b819f
build.sbt
@@ -134,7 +134,7 @@ lazy val parserZio =
134
.settings(strictScalacSettings)
135
.settings(sharedTestSettings)
136
.settings(
137
- libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.42"
+ libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.43"
138
)
139
.jvmPlatform(sharedPlatformSettings)
140
.jsPlatform(sharedPlatformSettings)
0 commit comments