Skip to content

Commit

Permalink
Remove support for Scala 2.12.4.
Browse files Browse the repository at this point in the history
It simply has not been supported by the Zinc used since sbt 1.6.0.
See sbt/sbt#6838 and
sbt/zinc#1010 .

Attempting to compile *any* project using Scala 2.12.4 and sbt
1.6.0+, including a Hello World, results in a StackOverflow.
Therefore, no one must be using Scala 2.12.4 at this point.
  • Loading branch information
sjrd committed Jun 5, 2023
1 parent 6069594 commit 1667654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ def mainScalaVersions = ["2.12.17", "2.13.10"]
def otherScalaVersions = [
"2.12.2",
"2.12.3",
"2.12.4",
"2.12.5",
"2.12.6",
"2.12.7",
Expand Down
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ object Build {
cross212ScalaVersions := Seq(
"2.12.2",
"2.12.3",
"2.12.4",
"2.12.5",
"2.12.6",
"2.12.7",
Expand Down

0 comments on commit 1667654

Please sign in to comment.