Skip to content

Commit

Permalink
Update dependency org.scalameta:munit to v1.0.0-M12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent f377a55 commit 3c84566
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 @@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
"org.polystat.odin" %% "analysis" % V.odin,
"org.polystat.py2eo" % "transpiler" % V.py2eo,
"org.polystat" % "far" % V.far,
"org.scalameta" %% "munit" % "1.0.0-M6" % Test,
"org.scalameta" %% "munit" % "1.0.0-M12" % Test,
"org.slf4j" % "slf4j-nop" % "1.7.36",
)

Expand Down

0 comments on commit 3c84566

Please sign in to comment.