Skip to content

Commit

Permalink
Merge pull request #418 from typelevel/update/munit-1.0.0-M8
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M8
  • Loading branch information
danicheg committed Jun 12, 2023
2 parents feaec61 + da158d0 commit 1f28b99
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.9.0",
"org.scalameta" %%% "munit" % "1.0.0-M7" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M7" % Test
"org.scalameta" %%% "munit" % "1.0.0-M8" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M8" % Test
),
ThisBuild / licenses := List("MIT license" -> url("http://opensource.org/licenses/MIT")),
developers := List(
Expand Down

0 comments on commit 1f28b99

Please sign in to comment.