From f15bd7ee3e0e8acde310568583a7f4ecd4fe9f92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 20:03:11 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f9d2a94..a82e7cc5 100644 --- a/build.sbt +++ b/build.sbt @@ -97,7 +97,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) (base / "NOTICE") +: (base / "LICENSE") +: ((base / "licenses") * "LICENSE_*").get }, scalacOptions := scalacOptions.value.filterNot(_ == "-source:3.0-migration"), - libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-RC1" % "test" + libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % "test" ) lazy val coreJVM = core.jvm