We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f377a55 commit bf63002Copy full SHA for bf63002
build.sbt
@@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
50
"org.polystat.odin" %% "analysis" % V.odin,
51
"org.polystat.py2eo" % "transpiler" % V.py2eo,
52
"org.polystat" % "far" % V.far,
53
- "org.scalameta" %% "munit" % "1.0.0-M6" % Test,
+ "org.scalameta" %% "munit" % "1.0.1" % Test,
54
"org.slf4j" % "slf4j-nop" % "1.7.36",
55
)
56
0 commit comments