Play Slick 6.0.0
Noteworthy
- With version 6.0.0 the groupId changes from
com.typesafe.play
toorg.playframework
. To add this project as dependency you now have to use:libraryDependencies ++= Seq( "org.playframework" %% "play-slick" % "6.0.0", "org.playframework" %% "play-slick-evolutions" % "6.0.0" )
- This release supports (actually requires) Play 3.0.
- It uses slick version 3.4.1 (even though in previous release candidates unstable slick 3.5 was used already).
- It does not support Scala 3 yet, we are waiting for a stable slick 3.5 release, meanwhile you can follow:
Noteworthy pull requests merged for this release:
- #797 Play 3.0.0 by @mkurz
- #789 Switch to
org.playframework
and Play 3 by @mkurz - #696 Drop Java 8 by @mkurz
Changes
- #803 Downgrade to Slick v3.4.1, so that Play v3 based version can be released by @marko-asplund
- #799 Correct versions in README by @mkurz
- #796 Patch updates (backport #795) by @scala-steward
- #793 Move scala steward conf into .github folder by @mkurz
- #790 remove
-Xmigration
by @xuwei-k - #791 Revert "Temporary disable MiMa checks" by @mkurz
- #773 Drop interplay by @ihostage
- #784 MiMa should check Scala 3 artifacts by @mkurz
❤️ Thanks to our premium sponsors!
If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.
🙇 Thanks to our contributors
Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!