Skip to content

Commit

Permalink
Close #281 - Drop support for Scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Sep 25, 2024
1 parent 7b41027 commit df7db6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
scala:
- { name: "Scala 2", version: "2.11.12", binary-version: "2.11", java-version: "[email protected]" }
- { name: "Scala 2", version: "2.12.13", binary-version: "2.12", java-version: "[email protected]" }
- { name: "Scala 2", version: "2.13.5", binary-version: "2.13", java-version: "[email protected]" }
- { name: "Scala 3", version: "3.1.3", binary-version: "3", java-version: "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ lazy val compilationSettings = Seq(

lazy val props = new {
val ProjectScalaVersion = "2.13.5"
val CrossScalaVersions = Seq("2.11.12", "2.12.13", ProjectScalaVersion, "3.1.3")
val CrossScalaVersions = Seq("2.12.13", ProjectScalaVersion, "3.1.3")

val PortableScalaReflectVersion = "1.1.1"

Expand Down

0 comments on commit df7db6a

Please sign in to comment.