Skip to content

Commit cc57e7c

Browse files
authored
Merge pull request #564 from typelevel/update/munit-scalacheck-1.2.0
Update munit-scalacheck to 1.2.0
2 parents b5d4b7f + 025f531 commit cc57e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2323
libraryDependencies ++= Seq(
2424
"org.typelevel" %%% "cats-core" % "2.13.0",
2525
"org.scalameta" %%% "munit" % "1.1.1" % Test,
26-
"org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
26+
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
2727
),
2828
developers := List(
2929
Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))

0 commit comments

Comments
 (0)