Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 27, 2015
1 parent b03d69c commit 19ae7fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ general.

```scala
libraryDependencies ++= Seq(
"com.beachape" %% "zipkin-futures" % "0.0.6" // OR
"com.beachape" %% "zipkin-futures-play" % "0.0.6" // if you are using Play and want to use the filter w/ RequestHeader conversions
"com.beachape" %% "zipkin-futures" % "0.0.7" // OR
"com.beachape" %% "zipkin-futures-play" % "0.0.7" // if you are using Play and want to use the filter w/ RequestHeader conversions
)
```

Expand All @@ -24,8 +24,8 @@ In that case, download a SNAPSHOT release of the same version by adding this to
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"com.beachape" %% "zipkin-futures" % "0.0.6-SNAPSHOT" // OR
"com.beachape" %% "zipkin-futures-play" % "0.0.6-SNAPSHOT" // if you are using Play and want to use the filter w/ RequestHeader conversions
"com.beachape" %% "zipkin-futures" % "0.0.7-SNAPSHOT" // OR
"com.beachape" %% "zipkin-futures-play" % "0.0.7-SNAPSHOT" // if you are using Play and want to use the filter w/ RequestHeader conversions
)
```

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import scoverage.ScoverageSbtPlugin.ScoverageKeys._

object ZipkinFutures extends Build {

lazy val theVersion = "0.0.7-SNAPSHOT"
lazy val theVersion = "0.0.7"
lazy val theScalaVersion = "2.11.5"
lazy val scalaVersionsToBuild = Seq("2.10.4", "2.11.5")
lazy val braveVersion = "2.4.1"
Expand Down

0 comments on commit 19ae7fb

Please sign in to comment.