Skip to content

Commit

Permalink
build(deps-dev): update munit from 1.0.3 to 1.0.4 (#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 12, 2025
1 parent 7b61b5b commit 628f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metrics-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ lazy val schema = project
)

lazy val sharedSettings = Seq(
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.3" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test,
publish / skip := skipNormalProjectPublish,
publishTo := sonatypePublishToBundle.value
)
Expand Down

0 comments on commit 628f24d

Please sign in to comment.