Skip to content

Commit

Permalink
[TOREE-544] Remove Scala 2.11 code (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Aug 10, 2023
1 parent 7243d3e commit b717279
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 967 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ ThisBuild / scalacOptions ++= Seq(
"-unchecked",
"-feature",
"-Xfatal-warnings",
"-language:reflectiveCalls"
// "-target:jvm-1.6",
// "-Xlint" // Scala 2.11.x only
"-language:reflectiveCalls",
"-target:jvm-1.8"
)
// Java-based options for compilation (all tasks)
// NOTE: Providing a blank flag causes failures, only uncomment with options
Expand Down

This file was deleted.

Loading

0 comments on commit b717279

Please sign in to comment.