Skip to content

Commit

Permalink
Merge pull request #84 from scala-steward/update/munit-0.7.21
Browse files Browse the repository at this point in the history
Update munit to 0.7.21
  • Loading branch information
regadas authored Jan 24, 2021
2 parents c10211c + b299ec5 commit 5c76706
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 @@ -3,5 +3,5 @@ import sbt._
object Dependencies {
lazy val Contextual = "com.propensive" %% "contextual" % "1.2.1"
lazy val ScioBigQuery = "com.spotify" %% "scio-bigquery" % "0.9.4"
lazy val MUnit = "org.scalameta" %% "munit" % "0.7.20"
lazy val MUnit = "org.scalameta" %% "munit" % "0.7.21"
}

0 comments on commit 5c76706

Please sign in to comment.