Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 0.7.27
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 2, 2021
1 parent 8c9a271 commit d472cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.6.1")
lazy val cats211 = Def.setting("org.typelevel" %%% "cats-core" % "2.0.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "0.7.26")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "0.7.26")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "0.7.27")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "0.7.27")
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.2"
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
lazy val jawnAst = "org.typelevel" %% "jawn-ast" % "1.1.2"
Expand Down

0 comments on commit d472cb1

Please sign in to comment.