Skip to content

Commit f645119

Browse files
Marcin Rzeźnickimarcin-rzeznicki
Marcin Rzeźnicki
authored andcommitted
Prepare 1.6.2 release
1 parent d42e070 commit f645119

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 1.6.2
2+
3+
> 03.09.2018
4+
5+
* Bumped `avro4s` dependency to `1.9.0`
6+
* Added further Slick-extension methods: numeric and boolean. You can use numeric and boolean operators like `*` and `&&` on columns mapped by a case-class
7+
18
## Version 1.6.1
29

310
> 04.06.2018

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ Slick (`kebs-slick`), Spray (`kebs-spray-json`), Play (`kebs-play-json`), Akka H
2626

2727
Support for `slick`
2828

29-
`libraryDependencies += "pl.iterators" %% "kebs-slick" % "1.6.1"`
29+
`libraryDependencies += "pl.iterators" %% "kebs-slick" % "1.6.2"`
3030

3131
Support for `spray-json`
3232

33-
`libraryDependencies += "pl.iterators" %% "kebs-spray-json" % "1.6.1"`
33+
`libraryDependencies += "pl.iterators" %% "kebs-spray-json" % "1.6.2"`
3434

3535
Support for `play-json`
3636

37-
`libraryDependencies += "pl.iterators" %% "kebs-play-json" % "1.6.1"`
37+
`libraryDependencies += "pl.iterators" %% "kebs-play-json" % "1.6.2"`
3838

3939
Support for `akka-http`
4040

41-
`libraryDependencies += "pl.iterators" %% "kebs-akka-http" % "1.6.1"`
41+
`libraryDependencies += "pl.iterators" %% "kebs-akka-http" % "1.6.2"`
4242

4343
Support for `avro4s`
4444

45-
`libraryDependencies += "pl.iterators" %% "kebs-avro" % "1.6.1"`
45+
`libraryDependencies += "pl.iterators" %% "kebs-avro" % "1.6.2"`
4646

4747
Support for `tagged types`
4848

49-
`libraryDependencies += "pl.iterators" %% "kebs-tagged" % "1.6.1"`
49+
`libraryDependencies += "pl.iterators" %% "kebs-tagged" % "1.6.2"`
5050

5151
or for tagged-types code generation support
5252

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

5656
Builds for Scala `2.11` and `2.12` are provided

0 commit comments

Comments
 (0)