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
Matthew de Detrich committed Mar 13, 2019
1 parent 0096e4e commit 9ac6b3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ a year, including handling events from Zalando's main website search.

### Installation

Kanadi is currently deployed to OSS Sonatype. For Circe 0.11.x use Kanadi 0.4.x

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

Kanadi is currently deployed to OSS Sonatype. For Circe 0.10.x use Kanadi 0.3.x

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

0 comments on commit 9ac6b3b

Please sign in to comment.