Skip to content

Commit

Permalink
Update dependency dev.zio:zio-test to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2023
1 parent d27129f commit 6bf1334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12" % "test"
libraryDependencies += "dev.zio" %% "zio-test" % "2.0.11"
libraryDependencies += "dev.zio" %% "zio-test" % "2.0.12"
libraryDependencies += "dev.zio" %% "zio-json" % "0.5.0"
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.12",
"dev.zio" %% "zio-test" % "2.0.11" % Test,
"dev.zio" %% "zio-test" % "2.0.12" % Test,
"dev.zio" %% "zio-streams" % "2.0.12"
)

0 comments on commit 6bf1334

Please sign in to comment.