Skip to content

Commit

Permalink
Update munit to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 8, 2025
1 parent 852a745 commit 13630d8
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 @@ -32,7 +32,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-core" % "2.2.0",
"org.scodec" %%% "scodec-bits" % "1.1.34",
"org.scalameta" %%% "munit" % "0.7.29" % Test,
"org.scalameta" %%% "munit" % "1.0.4" % Test,
"org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test
),
testFrameworks += new TestFramework("munit.Framework")
Expand Down

0 comments on commit 13630d8

Please sign in to comment.