Skip to content

Commit 06a7cf8

Browse files
authored
Merge pull request #160 from scala-steward/update/munit-1.1.0
Update munit to 1.1.0
2 parents 5b61892 + e8a6d2e commit 06a7cf8

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
@@ -44,7 +44,7 @@ lazy val core =
4444
.in(file("core"))
4545
.settings(
4646
name := "interim",
47-
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test,
47+
libraryDependencies += "org.scalameta" %%% "munit" % "1.1.0" % Test,
4848
Compile / doc / scalacOptions ++=
4949
Seq(
5050
"-project",

0 commit comments

Comments
 (0)