Skip to content

Commit

Permalink
release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Jun 30, 2019
1 parent 0ca2117 commit fd3a909
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ _site

# Default sigar library provision location.
native/


### Bloop ###
.bloop/

### Metals ###
.metals/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Supported releases and dependencies are shown below.
| kamon-http4s | status | jdk | scala | http4s
|:------:|:------:|:----:|--------------:|-------
| 1.0.8-1.0.10 | stable | 1.8+ | 2.11, 2.12 | 0.18.x
| 1.0.11 | stable | 1.8+ | 2.11, 2.12 | 0.20.x
| 1.0.13 | stable | 1.8+ | 2.11, 2.12 | 0.20.x

To get started with SBT, simply add the following to your `build.sbt`
file:

```scala
libraryDependencies += "io.kamon" %% "kamon-http4s" % "1.0.8"
libraryDependencies += "io.kamon" %% "kamon-http4s" % "1.0.13"
```

## Metrics and Tracing for http4s in 2 steps
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 := "1.0.13-SNAPSHOT"
version in ThisBuild := "1.0.13"

0 comments on commit fd3a909

Please sign in to comment.