Skip to content

Commit

Permalink
Update munit to 0.7.9 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 15, 2020
1 parent cef3b3d commit 0787285
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 @@ -12,6 +12,6 @@ object Dependencies {
"org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full
lazy val gcs = "com.google.cloud" % "google-cloud-storage" % "1.109.0"
lazy val circeCore = "io.circe" %% "circe-core" % "0.13.0"
lazy val munit = "org.scalameta" %% "munit" % "0.7.8"
lazy val munit = "org.scalameta" %% "munit" % "0.7.9"
lazy val circeParser = "io.circe" %% "circe-parser" % "0.13.0"
}

0 comments on commit 0787285

Please sign in to comment.