aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 810a480d..3497f84c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -37,8 +37,8 @@ lazy val core = (project in file("kamon-core"))
"ch.qos.logback" % "logback-classic" % "1.2.2",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"org.hdrhistogram" % "HdrHistogram" % "2.1.9",
- "io.opentracing" % "opentracing-api" % "0.30.0.RC2",
- "io.opentracing" % "opentracing-util" % "0.30.0.RC2",
+ "io.opentracing" % "opentracing-api" % "0.30.0",
+ "io.opentracing" % "opentracing-util" % "0.30.0",
"com.lihaoyi" %% "fansi" % "0.2.4",
//"uk.org.lidalia" % "slf4j-test" % "1.1.0" % "test",