Scala-arm import error: missing arguments for method resource

42 Views Asked by At

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.

1

There are 1 best solutions below

1
marios On BEST ANSWER

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.