Skip to content

Commit

Permalink
Update munit to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grokking-steward[bot] committed Jan 22, 2025
1 parent 6ad670c commit 266eaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {

val tyrian = Def.setting("io.indigoengine" %%% "tyrian-io" % "0.11.0")

val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.4" % Test)
val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.0" % Test)
val munitCatsEffect = Def.setting("org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test)
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.16.0" % Test)
val munitScalaCheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test)
Expand Down

0 comments on commit 266eaba

Please sign in to comment.