Skip to content

Commit bf63002

Browse files
Update dependency org.scalameta:munit to v1.0.1
1 parent f377a55 commit bf63002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
5050
"org.polystat.odin" %% "analysis" % V.odin,
5151
"org.polystat.py2eo" % "transpiler" % V.py2eo,
5252
"org.polystat" % "far" % V.far,
53-
"org.scalameta" %% "munit" % "1.0.0-M6" % Test,
53+
"org.scalameta" %% "munit" % "1.0.1" % Test,
5454
"org.slf4j" % "slf4j-nop" % "1.7.36",
5555
)
5656

0 commit comments

Comments
 (0)