We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d72b13 + 989b37a commit 19f94c3Copy full SHA for 19f94c3
project/Dependencies.scala
@@ -5,6 +5,6 @@ object Dependencies {
5
lazy val twitterHPACK = "com.twitter" % "hpack" % "1.0.2"
6
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "2.12.3"
7
lazy val log4s = "org.log4s" %% "log4s" % "1.10.0"
8
- lazy val munit = "org.scalameta" %% "munit" % "0.7.26"
+ lazy val munit = "org.scalameta" %% "munit" % "0.7.27"
9
lazy val scalacheckMunit = "org.scalameta" %% "munit-scalacheck" % munit.revision
10
}
0 commit comments