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

Commit 11fbf6c

Browse files
authored
Merge pull request #193 from scala-steward/update/munit-0.7.15
Update munit to 0.7.15
2 parents 43da7f5 + 84eaaf4 commit 11fbf6c

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
@@ -140,7 +140,7 @@ lazy val facade =
140140
"com.github.japgolly.scalajs-react" %%% "extra" % scalaJsReact,
141141
"com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test,
142142
"io.github.cquiroz.react" %%% "common" % "0.11.0",
143-
"org.scalameta" %%% "munit" % "0.7.14" % Test,
143+
"org.scalameta" %%% "munit" % "0.7.15" % Test,
144144
"com.lihaoyi" %%% "utest" % "0.7.5" % Test,
145145
"org.typelevel" %%% "cats-core" % "2.2.0" % Test
146146
),

0 commit comments

Comments
 (0)