Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #158 from scala-steward/update/munit-0.7.20
Browse files Browse the repository at this point in the history
Update munit to 0.7.20
  • Loading branch information
mergify[bot] authored Dec 17, 2020
2 parents 0763019 + 445caec commit e787167
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 @@ -100,7 +100,7 @@ lazy val facade =
"io.github.cquiroz.react" %%% "common" % "0.11.2",
"io.github.cquiroz.react" %%% "test" % "0.11.2" % Test,
"io.github.cquiroz.react" %%% "cats" % "0.11.2",
"org.scalameta" %%% "munit" % "0.7.19" % Test,
"org.scalameta" %%% "munit" % "0.7.20" % Test,
"org.typelevel" %%% "cats-core" % "2.3.0" % Test
),
webpackConfigFile in Test := Some(baseDirectory.value / "test.webpack.config.js"),
Expand Down

0 comments on commit e787167

Please sign in to comment.