diff --git a/build.sbt b/build.sbt index 3b79312..0133ced 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val crossDeps = Seq( "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV % Test, "org.scalameta" %% "munit" % "1.0.1" % Test, - "org.hamcrest" % "hamcrest" % "2.2" % Test, + "org.hamcrest" % "hamcrest" % "3.0" % Test, "org.playframework" %% "play" % playV % Provided, "org.playframework" %% "play-guice" % playV % Provided )