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 320889e commit 20fdc05Copy full SHA for 20fdc05
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