Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update zio-test-sbt to 1.0.0-RC19 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Dejan Mijić <dmijic@acm.org>
  • Loading branch information
scala-steward and mijicd authored May 18, 2020
1 parent 7640597 commit 27b96d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lazy val interopMonix = crossProject(JSPlatform, JVMPlatform)
"io.monix" %%% "monix" % "3.2.1",
"dev.zio" %%% "zio" % "1.0.0-RC18-2",
"dev.zio" %%% "zio-test" % "1.0.0-RC18-2",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC18-2" % "test"
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC19" % "test"
)
)

Expand Down

0 comments on commit 27b96d1

Please sign in to comment.