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 ded0f46 + cc57e7c commit 5ce46abCopy full SHA for 5ce46ab
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.2.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