We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40403d6 commit f5fff9cCopy full SHA for f5fff9c
packages/metrics-scala/build.sbt
@@ -77,7 +77,7 @@ lazy val schema = project
77
)
78
79
lazy val sharedSettings = Seq(
80
- libraryDependencies += "org.scalameta" %%% "munit" % "1.1.2" % Test,
+ libraryDependencies += "org.scalameta" %%% "munit" % "1.2.0" % Test,
81
publish / skip := skipNormalProjectPublish,
82
publishTo := sonatypeCentralPublishToBundle.value
83
0 commit comments