Skip to content

Commit

Permalink
Merge pull request #189 from Dwolla/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit to 1.0.0
  • Loading branch information
bpholt authored Jun 6, 2024
2 parents c5403cc + 549eff8 commit c73b1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AsyncUtilsBuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
moduleName := name.value + s"-$v",
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "scalafix-core" % _root_.scalafix.sbt.BuildInfo.scalafixVersion,
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit" % "1.0.0" % Test,
"com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,
),
scalacOptions ~= {
Expand Down

0 comments on commit c73b1f5

Please sign in to comment.