diff --git a/build.sbt b/build.sbt index ff0aee4..dbe73ad 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.scalameta" %%% "munit" % "1.3.5" % Test, - "org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test + "org.scalameta" %%% "munit-scalacheck" % "1.3.1" % Test ), developers := List( Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))