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.
2 parents d4909e4 + 20fdc05 commit 9cd6dcfCopy full SHA for 9cd6dcf
build.sbt
@@ -235,8 +235,8 @@ lazy val zioTest = (project in file("zio-test"))
235
description := "zio-test bindings for coregex library.",
236
headerEndYear := Some(2025),
237
libraryDependencies ++= Seq(
238
- "dev.zio" %% "zio-test" % "2.1.22" % Provided,
239
- "dev.zio" %% "zio-test-sbt" % "2.1.22" % Test
+ "dev.zio" %% "zio-test" % "2.1.23" % Provided,
+ "dev.zio" %% "zio-test-sbt" % "2.1.23" % Test
240
),
241
crossScalaVersions := supportedScalaVersions
242
)
0 commit comments