Skip to content

Instantly share code, notes, and snippets.

autoCompilerPlugins := true,
libraryDependencies <+= scalaVersion {
v => compilerPlugin(
"org.scala-lang.plugins" %
"continuations" %
"2.10.0-RC5")
// Use the final Scala version once it's released
},
scalacOptions += "-P:continuations:enable",