We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08100a4 + 6f722f2 commit 4c61586Copy full SHA for 4c61586
build.sbt
@@ -48,7 +48,7 @@ libraryDependencies ++= Seq(
48
"org.asynchttpclient" % "async-http-client" % "2.12.3",
49
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
50
"org.scala-lang.modules" %% "scala-java8-compat"% "1.0.2",
51
- "io.dropwizard.metrics" % "metrics-core" % "4.2.26" % "optional",
+ "io.dropwizard.metrics" % "metrics-core" % "4.2.27" % "optional",
52
"org.slf4j" % "slf4j-api" % slf4jVersion,
53
"org.slf4j" % "slf4j-simple" % slf4jVersion % "test",
54
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
0 commit comments