Skip to content

Commit 08904ab

Browse files
committed
Update Scala versions in readme
1 parent 1797fe4 commit 08904ab

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040
fetch-depth: 0 # fetch all tags to make sbt-dynver work properly
4141

4242
- name: Setup Java and Scala
43-
uses: olafurpg/setup-scala@v13
44-
45-
- name: Cache sbt
46-
uses: coursier/cache-action@v6
43+
uses: actions/setup-java@v4
44+
with:
45+
distribution: 'adopt'
46+
java-version: 17
47+
cache: 'sbt'
4748

4849
- name: Generate readme
4950
run: sbt docs/mdoc

docs/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ The plugin is published for the following Scala versions:
9494

9595
* 2.11.12
9696
* 2.12.15
97-
* 2.13.{0, 1, 2, 3, 4, 5, 6, 7, 8}
97+
* 2.13.{13, 14, 15}
98+
* 3.3.4
99+
* 3.4.3
100+
* 3.5.2
101+
* 3.6.2
98102

99103
## Changing the log level
100104

0 commit comments

Comments
 (0)