Skip to content

Commit

Permalink
Update dependency dev.zio:zio-test-sbt to v2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 96bf2ef commit 7edd19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-quickstart-junit-integration/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "dev.zio"
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.19",
"dev.zio" %% "zio-test" % "2.0.19" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.18" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.19" % Test,
"dev.zio" %% "zio-test-junit" % "2.0.19" % Test
)

Expand Down

0 comments on commit 7edd19a

Please sign in to comment.