diff --git a/build.sbt b/build.sbt index c9249c0..471195d 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val root = (project in file(".")) "org.http4s" %% "http4s-dsl" % Http4sVersion % Test, ).map(_.cross(CrossVersion.for3Use2_13)) ++ Seq( "org.scalameta" %% "munit" % "0.7.29" % Test, - "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test, + "org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test, ), testFrameworks += new TestFramework("munit.Framework"), Compile / scalacOptions ++= (scalaVersion.value match {