Skip to content

Commit

Permalink
update versions on the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 24, 2021
1 parent c343ddd commit 68d1d2c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Kamon http4s <img align="right" src="https://rawgit.com/kamon-io/Kamon/master/kamon-logo.svg" height="150px" style="padding-left: 20px"/>
[![Build Status](https://travis-ci.org/kamon-io/kamon-http4s.svg?branch=master)](https://travis-ci.org/kamon-io/kamon-http4s)
[![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)
[![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)
![Discord](https://img.shields.io/discord/866301994074243132?label=Join%20the%20Comunity%20on%20Discord)
[![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)


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

| kamon | kamon-http4s | status | jdk | scala | http4s
|:-----:|:------:|:------:|:----:|--------------:|-------
| 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 0.22.x
| 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 0.23.x
| 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 1.0.x
| 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 0.22.x
| 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 0.23.x
| 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 1.0.x

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

Expand Down Expand Up @@ -72,12 +71,11 @@ object GoogleService {
### Step 1: Add the Kamon Libraries
```scala
libraryDependencies ++= Seq(
"io.kamon" %% "kamon-core" % "2.1.0",
"io.kamon" %% "kamon-system-metrics" % "2.1.0",
"io.kamon" %% "kamon-prometheus" % "2.1.0",
"io.kamon" %% "kamon-http4s" % "2.0.1",
"io.kamon" %% "kamon-zipkin" % "2.1.0",
"io.kamon" %% "kamon-jaeger" % "2.1.0"
"io.kamon" %% "kamon-core" % "2.2.3",
"io.kamon" %% "kamon-http4s-0.23" % "2.2.1",
"io.kamon" %% "kamon-prometheus" % "2.2.3",
"io.kamon" %% "kamon-zipkin" % "2.2.3",
"io.kamon" %% "kamon-jaeger" % "2.2.3"
)
```

Expand Down

0 comments on commit 68d1d2c

Please sign in to comment.