Skip to content

Commit

Permalink
Merge pull request #51 from openzipkin-contrib/sample-3.0.1
Browse files Browse the repository at this point in the history
Update sample to 3.0.1
  • Loading branch information
shimamoto authored Jun 27, 2019
2 parents ee23048 + 516cddd commit 4a8bc0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample/zipkin-akka-actor/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version := "1.0-SNAPSHOT"
scalaVersion := "2.12.8"

libraryDependencies ++= Seq(
"io.zipkin.brave.play" %% "play-zipkin-tracing-akka" % "3.0.0",
"com.typesafe.akka" %% "akka-actor" % "2.5.21"
"io.zipkin.brave.play" %% "play-zipkin-tracing-akka" % "3.0.1",
"com.typesafe.akka" %% "akka-actor" % "2.5.23"
)

scalacOptions ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion sample/zipkin-api-play27/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
)

libraryDependencies ++= Seq(
"io.zipkin.brave.play" %% "play-zipkin-tracing-play" % "3.0.0"
"io.zipkin.brave.play" %% "play-zipkin-tracing-play" % "3.0.1"
)

PlayKeys.playDefaultPort := 9991
Expand Down
2 changes: 1 addition & 1 deletion sample/zipkin-api-play27/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")

0 comments on commit 4a8bc0c

Please sign in to comment.