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 Jun 12, 2019
1 parent 99f002c commit 1de5028
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ 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"
"org.zalando" %% "kanadi" % "0.4.1"
)
```

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

```sbt
libraryDependencies ++= Seq(
"org.zalando" %% "kanadi" % "0.3.5"
"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.7"
"org.zalando" %% "kanadi" % "0.2.8"
)
```

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name := """kanadi"""

val akkaHttpVersion = "10.1.7"
val akkaHttpVersion = "10.1.8"
val akkaStreamsJsonVersion = "0.3.0"
val currentScalaVersion = "2.11.12"
val enumeratumCirceVersion = "1.5.20"
val circeVersion = "0.11.1"
val akkaVersion = "2.5.21"
val akkaVersion = "2.5.23"

scalaVersion in ThisBuild := currentScalaVersion

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.1-SNAPSHOT"
version := "0.4.1"

0 comments on commit 1de5028

Please sign in to comment.