Skip to content

Commit

Permalink
Merge pull request #12 from banderson1618/master
Browse files Browse the repository at this point in the history
Upgrade opentracing-api to 0.31.0
  • Loading branch information
tmccombs authored Oct 18, 2019
2 parents b2a37b1 + f3117cc commit 0098c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"com.lucidchart" % "opentracing-thread-context" % "0.4",
"com.google.guava" % "guava" % "21.0",
"com.typesafe.play" %% "play" % SettingKey[String]("playVersion").value,
"io.opentracing" % "opentracing-api" % "0.20.7",
"io.opentracing" % "opentracing-api" % "0.31.0",
"io.opentracing.contrib" % "opentracing-globaltracer" % "0.1.0"
)

Expand Down

0 comments on commit 0098c54

Please sign in to comment.