Skip to content

Commit

Permalink
Update scala to version 2.11.7. Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
omainegra committed Mar 8, 2016
1 parent ac73077 commit 4836834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._
import Keys._
import Tests._
import play.Play.autoImport._
import play.sbt.Play.autoImport._
import PlayKeys._
import Dependencies._
import com.typesafe.sbt.SbtSite.SiteKeys._
Expand Down Expand Up @@ -34,7 +34,7 @@ pushScript := {
val commonSettings = Seq(
organization := "com.pauldijou",
version := buildVersion,
scalaVersion := "2.11.6",
scalaVersion := "2.11.7",
autoAPIMappings := true,
crossScalaVersions := Seq("2.10.5", "2.11.6"),
crossVersion := CrossVersion.binary,
Expand Down Expand Up @@ -298,6 +298,6 @@ lazy val examplePlayAngularProject = project.in(file("examples/play-angular"))
name := "playAngular",
routesGenerator := play.sbt.routes.RoutesKeys.InjectedRoutesGenerator
)
.enablePlugins(play.PlayScala)
.enablePlugins(PlayScala)
.aggregate(playEdge)
.dependsOn(playEdge)

0 comments on commit 4836834

Please sign in to comment.