Skip to content

Commit

Permalink
Removed the 2.11 cross compilation from Baker. All users should have …
Browse files Browse the repository at this point in the history
…migrated. (#202)
  • Loading branch information
Tim-Linschoten committed Feb 11, 2019
1 parent 11c17b8 commit fcf2f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ def testScope(project: ProjectReference) = project % "test->test;test->compile"
val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "com.ing.baker",
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.11.12", "2.12.4"),
crossScalaVersions := Seq("2.12.4"),
fork := true,
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v"),
javacOptions := Seq("-source", jvmV, "-target", jvmV),
Expand Down

0 comments on commit fcf2f1b

Please sign in to comment.