We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d4b7f + 025f531 commit cc57e7cCopy full SHA for cc57e7c
1 file changed
build.sbt
@@ -23,7 +23,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
23
libraryDependencies ++= Seq(
24
"org.typelevel" %%% "cats-core" % "2.13.0",
25
"org.scalameta" %%% "munit" % "1.1.1" % Test,
26
- "org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
+ "org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
27
),
28
developers := List(
29
Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))
0 commit comments