From e92efb0ac0fbed086e50387af91216dff6a87a31 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:11:16 +0000 Subject: [PATCH] Update munit-scalacheck to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f95d5d1..d18c759 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.1.0" % Test, ), testFrameworks += new TestFramework("munit.Framework"), Compile / scalacOptions ++= (scalaVersion.value match {