Skip to content

Commit 2b73299

Browse files
authored
Merge pull request #208 from Philippus/drop-scala-2.11.x
Drop scala 2.11.x
2 parents 0706c58 + 94ff7d2 commit 2b73299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
java: [8, 11, 17, 21]
14-
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
14+
scala: [2.12.x, 2.13.x, 3.x]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val scalaTestVersion = "3.2.19"
22

3-
ThisBuild / crossScalaVersions := Seq("3.3.6", "2.13.16", "2.12.20", "2.11.12")
3+
ThisBuild / crossScalaVersions := Seq("3.3.6", "2.13.16", "2.12.20")
44
ThisBuild / scalaVersion := crossScalaVersions.value.head
55

66
// We use <epoch>.<major>.<minor> like 99% of Scala libraries.

0 commit comments

Comments
 (0)