Skip to content

Commit

Permalink
Merge pull request #162 from reardonj/slick-3.5-announcement
Browse files Browse the repository at this point in the history
Add Slick 3.5 announcement
  • Loading branch information
nafg authored Dec 1, 2024
2 parents c50e330 + d065692 commit d40bb29
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ <h1>Functional Relational Mapping for Scala</h1>
<div class="container" id="lower">
<div class="row">
<div class="span8">
<p>
<a href="https://index.scala-lang.org/slick/slick/slick">
<img alt="slick Scala version support" src="https://index.scala-lang.org/slick/slick/slick/latest-by-scala-version.svg?platform=jvm" />
</a>
</p>

{% capture readme %}
{% include_file "https://raw.githubusercontent.com/slick/slick/main/README.md"
Expand Down
24 changes: 24 additions & 0 deletions news/_posts/2024-11-30-slick-3.5.x-is-here.md
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> &mdash; 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>

0 comments on commit d40bb29

Please sign in to comment.