Skip to content

Commit

Permalink
Merge pull request #452 from typelevel/update/munit-1.0.0-M9
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M9
  • Loading branch information
danicheg authored Sep 15, 2023
2 parents 6dacf4e + dd8bc86 commit a0ef8bb
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-M8" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M8" % Test
"org.scalameta" %%% "munit" % "1.0.0-M9" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M9" % Test
),
ThisBuild / licenses := List("MIT license" -> url("http://opensource.org/licenses/MIT")),
developers := List(
Expand Down

0 comments on commit a0ef8bb

Please sign in to comment.