We have just released Slick 3.3.3
You can find the source code here: https://github.com/slick/slick/tree/v3.3.3.
This release includes a few bug and improvements fixes:
- Deterministic create and createIfNotExists (#2127 by @sebastian-alfers)
- Invalid query generated using OracleDriver for filter with Option column (#2059 by @alexFrankfurt)
- New Cookbook section in documentation (#2061 by @d6y)
- Optimized
DISTINCT
andDISTINCT ON
generation (#2097 by @shmishleniy)
Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central.