Skip to content

Commit

Permalink
Prepare 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Rzeźnicki authored and marcin-rzeznicki committed Jun 4, 2018
1 parent 2d48d50 commit 0e38a24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 1.6.1

> 04.06.2018
This version si the same as 1.6.0 - it only exists to publish Scala 2.11.x builds (erroneously omitted)

## Version 1.6.0

> 30.05.2018
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,31 @@ Slick (`kebs-slick`), Spray (`kebs-spray-json`), Play (`kebs-play-json`), Akka H

Support for `slick`

`libraryDependencies += "pl.iterators" %% "kebs-slick" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-slick" % "1.6.1"`

Support for `spray-json`

`libraryDependencies += "pl.iterators" %% "kebs-spray-json" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-spray-json" % "1.6.1"`

Support for `play-json`

`libraryDependencies += "pl.iterators" %% "kebs-play-json" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-play-json" % "1.6.1"`

Support for `akka-http`

`libraryDependencies += "pl.iterators" %% "kebs-akka-http" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-akka-http" % "1.6.1"`

Support for `avro4s`

`libraryDependencies += "pl.iterators" %% "kebs-avro" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-avro" % "1.6.1"`

Support for `tagged types`

`libraryDependencies += "pl.iterators" %% "kebs-tagged" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-tagged" % "1.6.1"`

or for tagged-types code generation support

`libraryDependencies += "pl.iterators" %% "kebs-tagged-meta" % "1.6.0"`
`libraryDependencies += "pl.iterators" %% "kebs-tagged-meta" % "1.6.1"`
`addCompilerPlugin("org.scalameta" % "paradise" % "3.0.0-M11" cross CrossVersion.full)`

Builds for Scala `2.11` and `2.12` are provided
Expand Down

0 comments on commit 0e38a24

Please sign in to comment.