Guest User

Untitled

a guest
Feb 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Exception in thread "main" java.lang.NoSuchMethodError
  2.  
  3. scalaVersion := "2.11.6"
  4. autoCompilerPlugins := true
  5. addCompilerPlugin(
  6. "org.scala-lang.plugins" %
  7. "scala-continuations-plugin_2.11.6" % "1.0.2"
  8. )
  9.  
  10. libraryDependencies +=
  11. "org.scala-lang.plugins" %%
  12. "scala-continuations-library" % "1.0.2"
  13.  
  14. scalacOptions += "-P:continuations:enable"
Add Comment
Please, Sign In to add comment