We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059005e commit 4599d06Copy full SHA for 4599d06
build.sbt
@@ -51,7 +51,7 @@ lazy val library =
51
"dev.zio" %% "zio-prelude" % "1.0.0-RC19",
52
"dev.zio" %% "zio-schema" % "0.4.13",
53
"dev.zio" %% "zio-schema-json" % "0.4.13",
54
- "org.apache.commons" % "commons-lang3" % "3.12.0",
+ "org.apache.commons" % "commons-lang3" % "3.13.0",
55
"dev.zio" %% "zio-test" % "2.0.15" % Test,
56
"dev.zio" %% "zio-test-sbt" % "2.0.15" % Test
57
),
0 commit comments