From b880ec11882896dd67053283a256178555255335 Mon Sep 17 00:00:00 2001 From: waleed-lm Date: Mon, 11 Jan 2021 14:38:55 +0500 Subject: [PATCH] Build Update --- design/build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/design/build.sbt b/design/build.sbt index 6ceeb6bc..4a8ad97d 100644 --- a/design/build.sbt +++ b/design/build.sbt @@ -3,8 +3,6 @@ def scalacOptionsVersion(scalaVersion: String): Seq[String] = { Seq() ++ { // If we're building with Scala > 2.11, enable the compile option - // switch to support our anonymous Bundle definitions: - // https://github.com/scala/bug/issues/10047 CrossVersion.partialVersion(scalaVersion) match { case Some((2, scalaMajor: Long)) if scalaMajor < 12 => Seq() case _ => Seq("-Xsource:2.11")