diff --git a/build.sbt b/build.sbt index 6274a1c2..125a8ed9 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ libraryDependencies ++= Seq( "com.google.guava" % "guava" % "30.1-jre" % "test", "org.scalatest" %% "scalatest" % "3.2.3" % "test", "org.scalatestplus" %% "junit-4-13" % "3.2.3.0" % "test", - "org.scalameta" %% "munit" % "0.7.20" % "test" + "org.scalameta" %% "munit" % "0.7.22" % "test" ) // Test