Skip to content

Commit 8fcb4f7

Browse files
authored
Merge pull request #175 from scala-steward/update/munit-1.1.1
Update munit to 1.1.1
2 parents d35dbc9 + 1874606 commit 8fcb4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.1.0" % Test,
47+
libraryDependencies += "org.scalameta" %%% "munit" % "1.1.1" % Test,
4848
Compile / doc / scalacOptions ++=
4949
Seq(
5050
"-project",

0 commit comments

Comments
 (0)