Skip to content

New to Play and your book "Play for Java" #1

@kierenalt255

Description

@kierenalt255

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions