Skip to content

Commit

Permalink
Merge pull request #156 from Dwolla/update/munit-1.0.4
Browse files Browse the repository at this point in the history
Update munit to 1.0.4
  • Loading branch information
mergify[bot] authored Jan 24, 2025
2 parents 602dd1f + b49d71b commit eeb3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val core = project.in(file("core"))
"io.opentelemetry.contrib" % "opentelemetry-aws-xray-propagator" % "1.38.0-alpha",
"io.opentelemetry.semconv" % "opentelemetry-semconv" % otelSemConvV % Test,
"io.opentelemetry.semconv" % "opentelemetry-semconv-incubating" % otelSemConvV % Test,
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.4" % Test,
)
},
)
Expand Down

0 comments on commit eeb3f95

Please sign in to comment.