0

I've added scala-arm to my Play project but got compile error:

enter image description here

Can't understand what is wrong. Import line was taken from docs.

sergeda
  • 2,061
  • 3
  • 20
  • 43

1 Answers1

0

It seems that resource is defined as some kind of function in your code. If this is inside a REPL I would start over. If this is from source file, I would try adding the import at the top of the file.

marios
  • 8,874
  • 3
  • 38
  • 62