Skip to content

Commit 9cd6dcf

Browse files
authored
Merge pull request #200 from SimY4/update/zio-test-2.1.23
2 parents d4909e4 + 20fdc05 commit 9cd6dcf

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)