Skip to content

Commit 5ce46ab

Browse files
authored
Merge branch 'main' into update/munit-1.2.1
2 parents ded0f46 + cc57e7c commit 5ce46ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.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)