Skip to content

Commit

Permalink
Update dependency dev.zio:zio-test 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 46fc9c5 commit 75202f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zio-quickstart-encode-decode-json/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ scalaVersion := "2.13.8"
Test / fork := true

libraryDependencies += "dev.zio" %% "zio" % "2.0.19" % "test"
libraryDependencies += "dev.zio" %% "zio-test" % "2.0.18"
libraryDependencies += "dev.zio" %% "zio-test" % "2.0.19"
libraryDependencies += "dev.zio" %% "zio-json" % "0.6.2"
2 changes: 1 addition & 1 deletion zio-quickstart-junit-integration/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "dev.zio"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.19",
"dev.zio" %% "zio-test" % "2.0.18" % Test,
"dev.zio" %% "zio-test" % "2.0.19" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.18" % Test,
"dev.zio" %% "zio-test-junit" % "2.0.18" % Test
)
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-streams/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ organization := "dev.zio"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.19",
"dev.zio" %% "zio-test" % "2.0.18" % Test,
"dev.zio" %% "zio-test" % "2.0.19" % Test,
"dev.zio" %% "zio-streams" % "2.0.19"
)

0 comments on commit 75202f7

Please sign in to comment.