diff --git a/build.sbt b/build.sbt index 7111c54..b9edab0 100644 --- a/build.sbt +++ b/build.sbt @@ -22,8 +22,8 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "mouse", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", - "org.scalameta" %%% "munit" % "1.0.4" % Test, - "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test + "org.scalameta" %%% "munit" % "1.1.0" % Test, + "org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test ), developers := List( Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))