Skip to content

Commit

Permalink
Upgrade to MUnit 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Jul 23, 2024
1 parent f58ee54 commit d1f12b6
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 @@ -91,7 +91,7 @@ lazy val tastyQuery =
.settings(strictCompileSettings)
.settings(name := "tasty-query")
.settings(
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
testFrameworks += new TestFramework("munit.Framework")
)
.settings(
Expand Down

0 comments on commit d1f12b6

Please sign in to comment.