Skip to content

Commit e516e5b

Browse files
authored
Merge pull request #468 from scala-steward/update/munit-1.0.0-M11
Update munit to 1.0.0-M11
2 parents 226d8cc + 24145e2 commit e516e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ val sharedSettings = Seq()
5656

5757
val testSettings = Seq(
5858
libraryDependencies ++= Seq(
59-
"org.scalameta" %%% "munit" % "1.0.0-M10" % Test
59+
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test
6060
),
6161
testFrameworks += new TestFramework("munit.Framework")
6262
)

0 commit comments

Comments
 (0)