Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jul 11, 2017
1 parent 1d339f8 commit 8418466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/java/play-authenticate-usage/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.feth"

name := "play-authenticate-usage"

scalaVersion := "2.11.8"
scalaVersion := "2.12.2"

version := "1.0-SNAPSHOT"

Expand All @@ -11,7 +11,8 @@ herokuAppName in Compile := "play-authenticate"
val appDependencies = Seq(
"be.objectify" %% "deadbolt-java" % "2.5.0",
// Comment the next line for local development of the Play Authentication core:
"com.feth" %% "play-authenticate" % "0.8.3",
// Use the latest release version when copying this code, e.g. "0.9.0"
"com.feth" %% "play-authenticate" % "0.9.1-SNAPSHOT",
"org.postgresql" % "postgresql" % "9.4-1206-jdbc42",
cache,
evolutions,
Expand Down

0 comments on commit 8418466

Please sign in to comment.