Skip to content

Commit

Permalink
Merge pull request #80 from cozydev-pink/update/munit-1.0.0-M9
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M9
  • Loading branch information
valencik authored Sep 15, 2023
2 parents 03d4b91 + b526d4c commit ab04808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-parse" % "0.3.10",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.scalameta" %%% "munit" % "1.0.0-M8" % Test,
"org.scalameta" %%% "munit" % "1.0.0-M9" % Test,
),
)

Expand Down

0 comments on commit ab04808

Please sign in to comment.