Skip to content

Commit

Permalink
Merge pull request #311 from scala-steward/update/munit-0.7.29
Browse files Browse the repository at this point in the history
Update munit to 0.7.29
  • Loading branch information
cquiroz committed Nov 1, 2021
2 parents 021b64e + 871f041 commit 6cdcf63
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 @@ -250,7 +250,7 @@ lazy val testSuite = crossProject(JVMPlatform, JSPlatform, NativePlatform)
publishLocal := {},
publishArtifact := false,
name := "scala-java-locales test",
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.26" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
testFrameworks += new TestFramework("munit.Framework"),
scalacOptions ~= (_.filterNot(
Set(
Expand Down

0 comments on commit 6cdcf63

Please sign in to comment.