Skip to content

Commit

Permalink
Update munit to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Jan 24, 2025
1 parent 6fcf6cc commit dae8b55
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.4" % Test,
"org.scalameta" %% "munit" % "1.1.0" % Test,
)
},
)
Expand Down

0 comments on commit dae8b55

Please sign in to comment.