-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #162 from reardonj/slick-3.5-announcement
Add Slick 3.5 announcement
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: news | ||
title: Slick 3.5.x is here! | ||
author: Naftoli Gugenheim | ||
--- | ||
|
||
Slick 3.5.0 was released earlier this year with support for Scala 3! As of Slick 3.5.2 a minimum Java version of 11 is now required. | ||
|
||
The latest docs are at <https://scala-slick.org/doc/stable/>. | ||
|
||
|
||
## How to upgrade | ||
|
||
In many cases, upgrading should just be a matter of setting the version to `3.5.2` in your build files. (Or, give [Scala Update](https://github.com/kitlangton/scala-update) a try.) | ||
However, a number of deprecated APIs have been dropped in 3.5.0. You should fix any deprecation warnings before upgrading. See [the upgrade guide](https://scala-slick.org/doc/prerelease/upgrade.html#upgrade-from-3-4-x-to-3-5-0) in case any changes do affect you. | ||
|
||
|
||
## Community | ||
|
||
- Ask questions and make suggestions at <https://github.com/slick/slick/discussions> | ||
- Report bugs at <https://github.com/slick/slick/issues> | ||
- Follow progress of pull requests and join the conversation at <https://github.com/slick/slick/pulls> — or send your own improvements! | ||
- Chat on the #slick channel of the main Scala Discord at <https://discord.gg/yQheBhUtAa> | ||
- Help fund Slick development by sponsoring me at <https://github.com/sponsors/nafg> |