I'm trying to use Scalate 1.6.1 with Play, but it gives me this:
[TemplateException: scala.reflect.internal.TreeInfo.firstArgument(Lscala/reflect/internal/Trees$Tree;)Lscala/reflect/internal/Trees$Tree;]
in this code in the ScalaIntegration.scala
def render(args: (Symbol, Any)*) = {
ScalateContent{
scalateEngine.layout(name, args.map {
case (k, v) => k.name -> v
} toMap)
}
}
I know it can be a version problem, so I'm currently trying to run it with scala 2.10.0, but I would like then to change to 2.10.2 .