Skip to content

Commit 079624a

Browse files
authored
Merge pull request playframework#955 from mkurz/stable_branch_switch
Switch stable branches
2 parents 863e074 + 7eab292 commit 079624a

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.github/dependabot.yml

+4-18
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,13 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "weekly"
11-
target-branch: "6.1.x"
11+
target-branch: "6.2.x"
1212
commit-message:
13-
prefix: "[6.1.x] "
13+
prefix: "[6.2.x] "
1414
- package-ecosystem: "github-actions"
1515
directory: "/"
1616
schedule:
1717
interval: "weekly"
18-
target-branch: "6.0.x"
18+
target-branch: "5.4.x"
1919
commit-message:
20-
prefix: "[6.0.x] "
21-
- package-ecosystem: "github-actions"
22-
directory: "/"
23-
schedule:
24-
interval: "weekly"
25-
target-branch: "5.3.x"
26-
commit-message:
27-
prefix: "[5.3.x] "
28-
- package-ecosystem: "github-actions"
29-
directory: "/"
30-
schedule:
31-
interval: "weekly"
32-
target-branch: "5.2.x"
33-
commit-message:
34-
prefix: "[5.2.x] "
20+
prefix: "[5.4.x] "

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The Play Slick plugin supports several different versions of Play and Slick.
4747

4848
| Plugin version | Play version | Slick version | Scala version |
4949
|----------------|--------------|---------------|----------------------|
50+
| 6.2.x | 3.0.0 | 3.6.0+ | 2.13.x/3.3.x |
51+
| 5.4.x | 2.9.0 | 3.6.0+ | 2.13.x/3.3.x |
5052
| 6.1.x | 3.0.0 | 3.5.0+ | 2.13.x/3.3.x |
5153
| 5.3.x | 2.9.0 | 3.5.0+ | 2.13.x/3.3.x |
5254
| 6.0.x | 3.0.0 | 3.4.1 | 2.13.x |

0 commit comments

Comments
 (0)