Skip to content

Commit 1138d22

Browse files
committed
update versions on the readme file
1 parent c343ddd commit 1138d22

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Kamon http4s <img align="right" src="https://rawgit.com/kamon-io/Kamon/master/kamon-logo.svg" height="150px" style="padding-left: 20px"/>
2-
[![Build Status](https://travis-ci.org/kamon-io/kamon-http4s.svg?branch=master)](https://travis-ci.org/kamon-io/kamon-http4s)
3-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/kamon-io/Kamon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s_2.12)
2+
[![Discord](https://img.shields.io/discord/866301994074243132?label=Join%20the%20Comunity%20on%20Discord)](https://discord.gg/5JuYsDJ7au)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s-0.23_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s_2.12)
54

65

76
### Getting Started
@@ -13,9 +12,9 @@ is published for http4s 0.22, 0.23 and 1.0.
1312

1413
| kamon | kamon-http4s | status | jdk | scala | http4s
1514
|:-----:|:------:|:------:|:----:|--------------:|-------
16-
| 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 0.22.x
17-
| 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 0.23.x
18-
| 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 1.0.x
15+
| 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 0.22.x
16+
| 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 0.23.x
17+
| 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 1.0.x
1918

2019
To get started with sbt, simply add the following to your `build.sbt` file, for instance for http4s 0.23:
2120

@@ -72,12 +71,11 @@ object GoogleService {
7271
### Step 1: Add the Kamon Libraries
7372
```scala
7473
libraryDependencies ++= Seq(
75-
"io.kamon" %% "kamon-core" % "2.1.0",
76-
"io.kamon" %% "kamon-system-metrics" % "2.1.0",
77-
"io.kamon" %% "kamon-prometheus" % "2.1.0",
78-
"io.kamon" %% "kamon-http4s" % "2.0.1",
79-
"io.kamon" %% "kamon-zipkin" % "2.1.0",
80-
"io.kamon" %% "kamon-jaeger" % "2.1.0"
74+
"io.kamon" %% "kamon-core" % "2.2.3",
75+
"io.kamon" %% "kamon-http4s-0.23" % "2.2.1",
76+
"io.kamon" %% "kamon-prometheus" % "2.2.3",
77+
"io.kamon" %% "kamon-zipkin" % "2.2.3",
78+
"io.kamon" %% "kamon-jaeger" % "2.2.3"
8179
)
8280
```
8381

0 commit comments

Comments
 (0)