Skip to content

Commit

Permalink
Merge pull request #800 from mkurz/correct-README
Browse files Browse the repository at this point in the history
[5.2.x] Correct versions in README
  • Loading branch information
mkurz authored Nov 2, 2023
2 parents 956aec6 + 41d2645 commit f3c1d6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To use play-slick, you need to add the following dependencies:

```scala
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-slick" % "5.1.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.1.0"
"com.typesafe.play" %% "play-slick" % "5.2.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.2.0"
)
```

Expand All @@ -47,6 +47,7 @@ The Play Slick plugin supports several different versions of Play and Slick.

| Plugin version | Play version | Slick version | Scala version |
|----------------|--------------|---------------|----------------------|
| 5.2.x | 2.9.0 | 3.5.0+ | 2.13.x/3.3.x |
| 5.1.x | 2.8.16 | 3.4.1+ | 2.12.x/2.13.x |
| 5.0.x | 2.8.x | 3.3.2+ | 2.12.x/2.13.x |
| 4.0.2+ | 2.7.x | 3.3.2+ | 2.11.x/2.12.x/2.13.x |
Expand Down

0 comments on commit f3c1d6f

Please sign in to comment.