From b03d1c53802862bba9dd068735469f4819fe09b7 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 8 Jun 2018 14:51:28 -0700 Subject: Upgrade tracing --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b9c0452..3d19565 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val core = (project in file(".")) .driverLibrary("core") .settings(lintingSettings ++ formatSettings) .settings(libraryDependencies ++= Seq( - "xyz.driver" %% "tracing" % "0.1.0", + "xyz.driver" %% "tracing" % "0.1.1", "com.typesafe.akka" %% "akka-actor" % "2.5.13", "com.typesafe.akka" %% "akka-stream" % "2.5.13", "com.typesafe.akka" %% "akka-http-core" % akkaHttpV, -- cgit v1.2.3