-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello.
I've been going through the "Play for Java" book, and I'm up to this Basic Authentication example, but I cant compile it under Activator 1.2.10, play framework 2.3.6.
key variables include
build.properties
sbt.version=0.13.5
plugins.sbt
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
build.sbt
scalaVersion := "2.11.1"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
I receive errors like the following
cannot find symbol - AbstractFunction1<RequestHeader, Iteratee<byte[], SimpleResult>>
etc.
Can you please advise, thanks in advance, kind regards,
Kieren.
Metadata
Metadata
Assignees
Labels
No labels