Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Set to release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew de Detrich <[email protected]>
  • Loading branch information
mdedetrich committed Apr 8, 2020
1 parent 0abbf15 commit ab8a64f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ drawbacks, its ultra stable and portable across the Scala ecosystem.
as [Monix](https://monix.io/)), [akka-stream](https://doc.akka.io/docs/akka/2.5/stream/index.html) is still the best when
it comes to binary compatibility. It also comes with a lot of support for monitoring. Note that interopting between
streams is possible with any other stream that follows the [Reactive Streams](http://www.reactive-streams.org/) protocol.
* Scala 2.10.x support since akka-streams/akka-http does not support Scala 2.10
* Scala 2.11.x support since akka 2.6 does not support Scala 2.11

### Current status

Expand All @@ -46,35 +46,19 @@ Kanadi is currently deployed to OSS Sonatype. For Circe 0.12.x use Kanadi 0.5.x

```sbt
libraryDependencies ++= Seq(
"org.zalando" %% "kanadi" % "0.6.0"
)
```

For Circe 0.11.x use Kanadi 0.4.x

```sbt
libraryDependencies ++= Seq(
"org.zalando" %% "kanadi" % "0.4.2"
"org.zalando" %% "kanadi" % "0.7.0"
)
```

For Circe 0.10.x use Kanadi 0.3.x
For Circe 0.12.x use Kanadi 0.6.x

```sbt
libraryDependencies ++= Seq(
"org.zalando" %% "kanadi" % "0.3.6"
)
```

Otherwise if you need a Kanadi built against Circe 0.9.x use Kanadi 0.2.x

```sbt
libraryDependencies ++= Seq(
"org.zalando" %% "kanadi" % "0.2.8"
"org.zalando" %% "kanadi" % "0.6.0"
)
```

Kanadi is currently built against Scala 2.11.x and 2.12.x
Kanadi is currently built against Scala 2.13.x and 2.12.x

### Usage

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "0.7.0-SNAPSHOT"
version := "0.7.0"

0 comments on commit ab8a64f

Please sign in to comment.