Skip to content

Commit 10fde01

Browse files
committed
[build] Update munit to 1.1.1
1 parent 2e70c4a commit 10fde01

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
@@ -26,7 +26,7 @@ lazy val sharedSettings = Seq(
2626
),
2727
autoAPIMappings := true,
2828
libraryDependencies += {
29-
"org.scalameta" %%% "munit" % "1.1.0" % Test,
29+
"org.scalameta" %%% "munit" % "1.1.1" % Test,
3030
},
3131
tpolecatExcludeOptions ++= Set(
3232
org.typelevel.scalacoptions.ScalacOptions.warnUnusedNoWarn,

0 commit comments

Comments
 (0)