diff --git a/build.sbt b/build.sbt index 80eb234..8277b4e 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val crossDeps = Seq( "io.circe" %% "circe-core" % circeV, "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV % Test, - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.3" % Test, "org.hamcrest" % "hamcrest" % "2.2" % Test, "org.playframework" %% "play" % playV % Provided, "org.playframework" %% "play-guice" % playV % Provided