From 0a2b7f4bf0dde31c82482fbaf5153c22c84ada69 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 4 Feb 2019 19:15:43 +0100 Subject: cleanup the exposition of status data and ensure the module registry provides enough info --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 27114730..b5b06ee5 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ lazy val coreTests = (project in file("kamon-core-tests")) .settings( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.0.1" % "test", - "ch.qos.logback" % "logback-classic" % "1.2.2" % "test" + "ch.qos.logback" % "logback-classic" % "1.2.3" % "test" ) ).dependsOn(testkit) -- cgit v1.2.3