From 0f0295040ceea5ffefbee9b12c0137ad237c8723 Mon Sep 17 00:00:00 2001 From: Sergey Nastich Date: Thu, 14 Jun 2018 11:54:40 -0400 Subject: Bump tracing to 0.1.2 (#176) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3d19565..c2ebc0d 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.1", + "xyz.driver" %% "tracing" % "0.1.2", "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