Skip to content

Commit

Permalink
Merge pull request #301 from nafg/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
mergify[bot] authored Sep 13, 2024
2 parents 496a242 + 1221264 commit fd7b4cf
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 @@ -39,7 +39,7 @@ lazy val simpleFacade =
"com.github.japgolly.scalajs-react" %%% "core" % "2.1.2",
"com.github.japgolly.scalajs-react" %%% "extra" % "2.1.2",
"me.shadaj" %%% "slinky-readwrite" % "0.7.4",
"org.scalameta" %%% "munit" % "1.0.1" % Test
"org.scalameta" %%% "munit" % "1.0.2" % Test
)
)

Expand Down

0 comments on commit fd7b4cf

Please sign in to comment.