Skip to content

Commit 19f94c3

Browse files
authored
Merge pull request #544 from scala-steward/update/munit-0.7.27
Update munit to 0.7.27
2 parents 0d72b13 + 989b37a commit 19f94c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ object Dependencies {
55
lazy val twitterHPACK = "com.twitter" % "hpack" % "1.0.2"
66
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "2.12.3"
77
lazy val log4s = "org.log4s" %% "log4s" % "1.10.0"
8-
lazy val munit = "org.scalameta" %% "munit" % "0.7.26"
8+
lazy val munit = "org.scalameta" %% "munit" % "0.7.27"
99
lazy val scalacheckMunit = "org.scalameta" %% "munit-scalacheck" % munit.revision
1010
}

0 commit comments

Comments
 (0)