Skip to content

v0.2.2-slick3.2

Compare
Choose a tag to compare
@lastland lastland released this 31 Jul 16:30
· 77 commits to develop since this release

If you are using Scala-Forklift with Slick 3.2.0, this is the version you need. For Slick 3.1.1, please use Scala-Forklift 0.2.2.

This is basically the same version as v0.2.2, except for a few changes made to support Slick 3.2.0-M1. The changes include:

  • Stop using all the deprecated classes/methods in Slick 3.2.0-M1.
  • Change the code generator's genCode method to work with the changed behavior of Slick profile's toString method.