Skip to content

Commit

Permalink
Merge pull request #475 from typelevel/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M11
  • Loading branch information
danicheg authored Feb 3, 2024
2 parents ca500dc + 79bd9a6 commit c0e06fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "mouse",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
),
ThisBuild / licenses := List("MIT license" -> url("http://opensource.org/licenses/MIT")),
developers := List(
Expand Down

0 comments on commit c0e06fd

Please sign in to comment.