Skip to content

Commit

Permalink
Merge pull request #544 from scala-steward/update/munit-0.7.27
Browse files Browse the repository at this point in the history
Update munit to 0.7.27
  • Loading branch information
rossabaker authored Aug 29, 2021
2 parents 0d72b13 + 989b37a commit 19f94c3
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 @@ -5,6 +5,6 @@ object Dependencies {
lazy val twitterHPACK = "com.twitter" % "hpack" % "1.0.2"
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "2.12.3"
lazy val log4s = "org.log4s" %% "log4s" % "1.10.0"
lazy val munit = "org.scalameta" %% "munit" % "0.7.26"
lazy val munit = "org.scalameta" %% "munit" % "0.7.27"
lazy val scalacheckMunit = "org.scalameta" %% "munit-scalacheck" % munit.revision
}

0 comments on commit 19f94c3

Please sign in to comment.