Skip to content

Commit

Permalink
Update munit to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jan 24, 2025
1 parent 46ddc7d commit bae60c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.4")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.0")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.1.1"
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
Expand Down

0 comments on commit bae60c7

Please sign in to comment.