Skip to content

Commit

Permalink
Update munit-zio to 0.2.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Oct 9, 2023
1 parent 3466836 commit 67c3233
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 @@ -68,7 +68,7 @@ lazy val `zio-uuid` =
"dev.zio" %%% "zio-json" % "0.6.1" % Optional,
"dev.zio" %%% "zio-test" % zioVersion.value % Test,
"org.scalameta" %%% "munit" % "0.7.29" % Test,
"com.github.poslegm" %% "munit-zio" % "0.1.1" % Test,
"com.github.poslegm" %% "munit-zio" % "0.2.0" % Test,
)
)

Expand Down

0 comments on commit 67c3233

Please sign in to comment.