Skip to content

Commit 20fdc05

Browse files
Update zio-test, zio-test-sbt to 2.1.23
1 parent 320889e commit 20fdc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ lazy val zioTest = (project in file("zio-test"))
235235
description := "zio-test bindings for coregex library.",
236236
headerEndYear := Some(2025),
237237
libraryDependencies ++= Seq(
238-
"dev.zio" %% "zio-test" % "2.1.22" % Provided,
239-
"dev.zio" %% "zio-test-sbt" % "2.1.22" % Test
238+
"dev.zio" %% "zio-test" % "2.1.23" % Provided,
239+
"dev.zio" %% "zio-test-sbt" % "2.1.23" % Test
240240
),
241241
crossScalaVersions := supportedScalaVersions
242242
)

0 commit comments

Comments
 (0)