From 39c37cc24cb08ec6a81818fc335a0105ee94484e Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 27 Jan 2025 01:09:57 +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 aadf8ff5..f78d6307 100644 --- a/build.sbt +++ b/build.sbt @@ -214,7 +214,7 @@ lazy val docs = project.in(file("munit-docs")).dependsOn(munitJVM) sharedSettings, publish / skip := true, moduleName := "munit-docs", - libraryDependencies += "org.scalameta" %% "munit-scalacheck" % "1.0.0", + libraryDependencies += "org.scalameta" %% "munit-scalacheck" % "1.1.0", crossScalaVersions := List(scala213, scala212), test := {}, mdocOut := (ThisBuild / baseDirectory).value / "website" / "target" / "docs",