Fixing version string in dataflow.rst
This commit is contained in:
parent
9a20baa831
commit
84af39f0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Scala's Delimited Continuations plugin is required to use the Dataflow API. To e
|
|||
|
||||
autoCompilerPlugins := true,
|
||||
libraryDependencies <+= scalaVersion {
|
||||
v => compilerPlugin("org.scala-lang.plugins" % "continuations" % @scalaVersion@)
|
||||
v => compilerPlugin("org.scala-lang.plugins" % "continuations" % "@scalaVersion@")
|
||||
},
|
||||
scalacOptions += "-P:continuations:enable",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue