Skip to content

Commit e3e8296

Browse files
committed
Add support for Scala 2.13.16
And remove support for Scala 2.13.14, to support only the last two patch versions of 2.13. Signed-off-by: Ignacio Lucero <ignacio.lucero@moia.io>
1 parent 24138e4 commit e3e8296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
scala:
1313
- 2.12.19
1414
- 2.12.20
15-
- 2.13.14
1615
- 2.13.15
16+
- 2.13.16
1717
- 3.3.3
1818
- 3.5.1
1919
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ developers := List(
2020
)
2121

2222
scalaVersion := "3.5.2"
23-
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.2")
23+
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.4", "3.5.2")
2424
autoScalaLibrary := false
2525
crossVersion := CrossVersion.full
2626
crossTarget := {

0 commit comments

Comments
 (0)