We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f07b16 commit a1847e1Copy full SHA for a1847e1
build.sbt
@@ -4,6 +4,9 @@ scalaVersion := version.value
4
5
libraryDependencies += "org.scala-lang" % "scala-dist" % version.value
6
7
+// TODO: find out how to enable continuations plugin. also un-comment ContinuationsTest afterwards!
8
+// http://stackoverflow.com/questions/24755254/how-to-enable-compiler-plugin-from-librarydependencies
9
+
10
//autoCompilerPlugins := true
11
12
//val addContinuationsPlugin = taskKey[Unit]("Add continuations plugin")
0 commit comments