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

Commit 3d3bfb4

Browse files
authored
Merge pull request #152 from scala-steward/update/munit-0.7.19
Update munit to 0.7.19
2 parents 1034a62 + ec59130 commit 3d3bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ lazy val facade =
100100
"io.github.cquiroz.react" %%% "common" % "0.11.1",
101101
"io.github.cquiroz.react" %%% "test" % "0.11.1" % Test,
102102
"io.github.cquiroz.react" %%% "cats" % "0.11.1",
103-
"org.scalameta" %%% "munit" % "0.7.18" % Test,
103+
"org.scalameta" %%% "munit" % "0.7.19" % Test,
104104
"org.typelevel" %%% "cats-core" % "2.2.0" % Test
105105
),
106106
webpackConfigFile in Test := Some(baseDirectory.value / "test.webpack.config.js"),

0 commit comments

Comments
 (0)