Skip to content

Commit 0787285

Browse files
Update munit to 0.7.9 (#62)
1 parent cef3b3d commit 0787285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ object Dependencies {
1212
"org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full
1313
lazy val gcs = "com.google.cloud" % "google-cloud-storage" % "1.109.0"
1414
lazy val circeCore = "io.circe" %% "circe-core" % "0.13.0"
15-
lazy val munit = "org.scalameta" %% "munit" % "0.7.8"
15+
lazy val munit = "org.scalameta" %% "munit" % "0.7.9"
1616
lazy val circeParser = "io.circe" %% "circe-parser" % "0.13.0"
1717
}

0 commit comments

Comments
 (0)