Skip to content

Commit

Permalink
Update munit to 0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2021
1 parent c10211c commit b299ec5
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 b299ec5

Please sign in to comment.