Skip to content

Commit 199a7e2

Browse files
authored
feat: Support Scala 3.6.4 (#945)
1 parent 4660ea2 commit 199a7e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- 2.13.15
1616
- 2.13.16
1717
- 3.3.5
18-
- 3.6.3
18+
- 3.6.4
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-java@v4

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ developers := List(
1919
)
2020
)
2121

22-
scalaVersion := "3.6.3"
23-
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.5", "3.6.3")
22+
scalaVersion := "3.6.4"
23+
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.5", "3.6.4")
2424
autoScalaLibrary := false
2525
crossVersion := CrossVersion.full
2626
crossTarget := {

0 commit comments

Comments
 (0)