From 94ec396567ac43f2977f7d4f58ee37b754ca2aa1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Apr 2020 08:13:51 +0200 Subject: [PATCH] Update munit to 0.7.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8cb0155..0a1bb455 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ libraryDependencies ++= Seq( "com.google.guava" % "guava" % "23.0" % "test", "org.scalatest" %% "scalatest" % "3.1.1" % "test", "org.scalatestplus" %% "junit-4-12" % "3.1.1.0" % "test", - "org.scalameta" %% "munit" % "0.7.1" % "test" + "org.scalameta" %% "munit" % "0.7.2" % "test" ) // Test