Skip to content

Commit f5fff9c

Browse files
build(deps-dev): update munit from 1.1.2 to 1.2.0 (#3898)
1 parent 40403d6 commit f5fff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics-scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ lazy val schema = project
7777
)
7878

7979
lazy val sharedSettings = Seq(
80-
libraryDependencies += "org.scalameta" %%% "munit" % "1.1.2" % Test,
80+
libraryDependencies += "org.scalameta" %%% "munit" % "1.2.0" % Test,
8181
publish / skip := skipNormalProjectPublish,
8282
publishTo := sonatypeCentralPublishToBundle.value
8383
)

0 commit comments

Comments
 (0)