Skip to content

Commit

Permalink
Merge pull request #340 from nafg/update/munit-1.1.0
Browse files Browse the repository at this point in the history
Update munit to 1.1.0
  • Loading branch information
mergify[bot] authored Jan 21, 2025
2 parents a3c8e7c + 2059127 commit e7b14fa
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.4" % Test
"org.scalameta" %%% "munit" % "1.1.0" % Test
)
)

Expand Down

0 comments on commit e7b14fa

Please sign in to comment.