aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt23
1 files changed, 1 insertions, 22 deletions
diff --git a/build.sbt b/build.sbt
index fc8edb8..c20da4a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -28,27 +28,6 @@ testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s")
parallelExecution in Global := false
-autoCompilerPlugins := true
-
-scalacOptions ++= (scalaHome.value match {
- case Some(sh) =>
- // Use continuations plugin from the local scala instance
- val continuationsJar = sh / "misc" / "scala-devel" / "plugins" / "continuations.jar"
- ("-Xplugin:" + continuationsJar.getAbsolutePath) :: Nil
- case None =>
- Nil
-})
-
-libraryDependencies ++= (scalaHome.value match {
- case Some(sh) =>
- Nil
- case None =>
- // Use continuations plugin from the published artifact.
- compilerPlugin("org.scala-lang.plugins" % "continuations" % scalaVersion.value) :: Nil
-})
-
-scalacOptions += "-P:continuations:enable"
-
scalacOptions in compile ++= Seq("-optimize", "-deprecation", "-unchecked", "-Xlint", "-feature")
scalacOptions in Test ++= Seq("-Yrangepos")
@@ -133,4 +112,4 @@ packageOptions in packageSrc := Seq(Package.ManifestAttributes(
("Bundle-Name", s"${name.value} sources"),
("Bundle-Version", osgiVersion.value),
("Eclipse-SourceBundle", s"""${organization.value}.${name.value};version="${osgiVersion.value}";roots:="."""")
- )) \ No newline at end of file
+ ))