Skip to content

Commit 9a769ef

Browse files
committed
remove scala 2.11 build logic
1 parent 1d88ab2 commit 9a769ef

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.sbt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,7 @@ scalaMajorVersion := {
5757
}
5858
}
5959

60-
scalacOptions ++= {
61-
val additionalSettings =
62-
if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12) {
63-
Seq("-language:higherKinds", "-language:existentials")
64-
} else {
65-
Seq.empty[String]
66-
}
67-
Seq("-deprecation", "-unchecked", "-feature") ++ additionalSettings
68-
}
60+
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")
6961

7062
// Temporarily disable warnings as error since SerializationFeature.WRITE_NULL_MAP_VALUES has been deprecated
7163
// and we use it.

0 commit comments

Comments
 (0)