Skip to content

Commit dae199c

Browse files
committed
Dropping 2.11 support
1 parent 34a4841 commit dae199c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ lazy val commonSettings = Seq(
22
organization := "com.whisk",
33
version := "0.13.0",
44
scalaVersion := "2.13.16",
5-
crossScalaVersions := Seq("2.13.16", "2.12.15", "2.11.12", "3.0.2"),
6-
scalacOptions ++= Seq("-feature", "-deprecation", "-target:jvm-11"),
7-
javacOptions ++= Seq("-source", "11", "-target", "11"),
5+
crossScalaVersions := Seq("2.13.16", "2.12.15", "3.0.2"),
6+
scalacOptions ++= Seq("-feature", "-deprecation"),
87
Test / fork := true,
98
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
109
sonatypeProfileName := "com.whisk",

0 commit comments

Comments
 (0)