Update metrics-core to 4.2.1 (#3284)

This commit is contained in:
Scala Steward 2021-06-17 13:49:49 +02:00 committed by GitHub
parent 88187abf1a
commit e9de8f30a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ object Deps {
object V {
val bouncyCastle = "1.69"
val dropwizardMetricsV = "4.2.0" //https://github.com/dropwizard/metrics
val dropwizardMetricsV = "4.2.1" //https://github.com/dropwizard/metrics
val logback = "1.2.3"
val grizzledSlf4j = "1.3.4"
val scalacheck = "1.15.4"