Skip to content

Commit

Permalink
Update dependency dev.zio:zio-test-junit 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 75202f7 commit 96bf2ef
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 @@ -5,7 +5,7 @@ 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-junit" % "2.0.18" % Test
"dev.zio" %% "zio-test-junit" % "2.0.19" % Test
)

libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test

0 comments on commit 96bf2ef

Please sign in to comment.