Skip to content

Commit

Permalink
Merge pull request #541 from danicheg/munit-upgrade
Browse files Browse the repository at this point in the history
Update mUnit to 1.1.0
  • Loading branch information
danicheg authored Jan 25, 2025
2 parents f0614aa + e872334 commit e63d0fb
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 @@ -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"))
Expand Down

0 comments on commit e63d0fb

Please sign in to comment.