Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Setting version to 0.6.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebruck authored and yannick-cw committed Jul 23, 2018
1 parent 1933019 commit a97018d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the following dependencies to your sbt project.

```scala
// If you want to use only the core module
"com.github.sebruck" %% "opencensus-scala-core" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-core" % "0.6.0"

// Dependent on the trace exporters you want to use add one or more of the following
"io.opencensus" % "opencensus-exporter-trace-stackdriver" % "0.15.0"
Expand All @@ -34,13 +34,13 @@ Add the following dependencies to your sbt project.
"io.opencensus" % "opencensus-exporter-trace-zipkin" % "0.15.0"

// If you want to use opencensus-scala inside an Akka HTTP project
"com.github.sebruck" %% "opencensus-scala-akka-http" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-akka-http" % "0.6.0"

// If you want to use opencensus-scala inside a http4s project
"com.github.sebruck" %% "opencensus-scala-http4s" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-http4s" % "0.6.0"

// If you want to use opencensus-scala inside a elastic4s project
"com.github.sebruck" %% "opencensus-scala-elastic4s" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-elastic4s" % "0.6.0"
```

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion akka-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Have a look at the [usage examples](../akka-http-example/src/main/scala/com/gith
In your build.sbt add the following dependency:

```scala
"com.github.sebruck" %% "opencensus-scala-akka-http" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-akka-http" % "0.6.0"

// Dependent on the trace exporters you want to use add one or more of the following
"io.opencensus" % "opencensus-exporter-trace-stackdriver" % "0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is the entry point of the library.
In your build.sbt add the following dependency:

```scala
"com.github.sebruck" %% "opencensus-scala-core" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-core" % "0.6.0"

// Dependent on the trace exporters you want to use add one or more of the following
"io.opencensus" % "opencensus-exporter-trace-stackdriver" % "0.15.0"
Expand Down Expand Up @@ -79,7 +79,7 @@ is the entry point of the library.
In your build.sbt add the following dependency:

```scala
"com.github.sebruck" %% "opencensus-scala-core" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-core" % "0.6.0"

// Dependent on the trace exporters you want to use add one or more of the following
"io.opencensus" % "opencensus-exporter-stats-stackdriver" % "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion elastic4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The API documentation can be found [here](https://census-ecosystem.github.io/ope
In your build.sbt add the following dependency:

```scala
"com.github.sebruck" %% "opencensus-scala-elastic4s" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-elastic4s" % "0.6.0"

// Dependent on the trace exporters you want to use add one or more of the following
"io.opencensus" % "opencensus-exporter-trace-stackdriver" % "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion http4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The API documentation can be found [here](https://census-ecosystem.github.io/ope
In your build.sbt add the following dependency:

```scala
"com.github.sebruck" %% "opencensus-scala-http4s" % "0.5.0"
"com.github.sebruck" %% "opencensus-scala-http4s" % "0.6.0"

// Dependent on the trace exporters you want to use add one or more of the following
"io.opencensus" % "opencensus-exporter-trace-stackdriver" % "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.5.1-SNAPSHOT"
version in ThisBuild := "0.6.0"

0 comments on commit a97018d

Please sign in to comment.