Skip to content

Commit a1847e1

Browse files
committed
comment for disabled continuations test
1 parent 7f07b16 commit a1847e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ scalaVersion := version.value
44

55
libraryDependencies += "org.scala-lang" % "scala-dist" % version.value
66

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+
710
//autoCompilerPlugins := true
811

912
//val addContinuationsPlugin = taskKey[Unit]("Add continuations plugin")

0 commit comments

Comments
 (0)