diff --git a/_includes/frontpage.html b/_includes/frontpage.html index 96bdcba..84031c6 100644 --- a/_includes/frontpage.html +++ b/_includes/frontpage.html @@ -40,6 +40,11 @@

Functional Relational Mapping for Scala

+

+ + slick Scala version support + +

{% capture readme %} {% include_file "https://raw.githubusercontent.com/slick/slick/main/README.md" diff --git a/news/_posts/2024-11-30-slick-3.5.x-is-here.md b/news/_posts/2024-11-30-slick-3.5.x-is-here.md new file mode 100644 index 0000000..cdaee27 --- /dev/null +++ b/news/_posts/2024-11-30-slick-3.5.x-is-here.md @@ -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 . + + +## 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 + - Report bugs at + - Follow progress of pull requests and join the conversation at — or send your own improvements! + - Chat on the #slick channel of the main Scala Discord at + - Help fund Slick development by sponsoring me at