Skip to content

Commit 317f5c8

Browse files
committed
[build] Update munit to 1.0.3
1 parent 230b1de commit 317f5c8

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.0.2" % Test,
29+
"org.scalameta" %%% "munit" % "1.0.3" % Test,
3030
},
3131
tpolecatExcludeOptions ++= Set(
3232
org.typelevel.scalacoptions.ScalacOptions.warnUnusedNoWarn,

0 commit comments

Comments
 (0)