Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update munit to 1.0.2 #1239

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
object V {
val AwsSdk = "2.26.31"
val Circe = "0.14.9"
val Munit = "1.0.0"
val Munit = "1.0.2"
val Fs2 = "3.10.2"
val Refined = "0.11.2"
val ScalaTest = "3.2.19"
Expand Down
Loading