Skip to content

Commit

Permalink
Merge pull request #328 from nafg/update/munit-1.0.3
Browse files Browse the repository at this point in the history
Update munit to 1.0.3
  • Loading branch information
mergify[bot] authored Dec 2, 2024
2 parents 13b6a33 + fed8c49 commit 4d9223c
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.2" % Test
"org.scalameta" %%% "munit" % "1.0.3" % Test
)
)

Expand Down

0 comments on commit 4d9223c

Please sign in to comment.