diff --git a/build.sbt b/build.sbt index 09646f7..0cfb7d3 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) "org.http4s" %% "http4s-dsl" % http4sVersion % Provided, "org.http4s" %% "http4s-circe" % http4sVersion, "org.http4s" %% "http4s-scalatags" % "0.25.2", - "org.scalameta" %% "munit" % "1.1.1" % Test, + "org.scalameta" %% "munit" % "1.2.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test, "io.circe" %% "circe-generic" % "0.14.14", // coursier only seems to include compile dependencies when