Skip to content

Commit 32064ea

Browse files
committed
Play v2.2.1
1 parent 01ad6db commit 32064ea

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

project/Build.scala

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
import sbt._
2-
import Keys._
3-
import play.Project._
4-
5-
object ApplicationBuild extends Build {
6-
7-
val appName = "BirdWatch"
8-
val appVersion = "0.2-SNAPSHOT"
9-
10-
val appDependencies = Seq(
11-
"org.scalatest" % "scalatest_2.10" % "1.9.1" % "test",
12-
"com.typesafe.akka" %% "akka-testkit" % "2.2.0"
13-
)
14-
15-
val main = play.Project(appName, appVersion, appDependencies).settings(
16-
scalacOptions += "-feature"
17-
)
18-
}
1+
import sbt._
2+
import Keys._
3+
import play.Project._
4+
5+
object ApplicationBuild extends Build {
6+
7+
val appName = "BirdWatch"
8+
val appVersion = "0.2-SNAPSHOT"
9+
10+
val appDependencies = Seq(
11+
"org.scalatest" % "scalatest_2.10" % "1.9.1" % "test",
12+
"com.typesafe.akka" %% "akka-testkit" % "2.2.1"
13+
)
14+
15+
val main = play.Project(appName, appVersion, appDependencies).settings(
16+
scalacOptions += "-feature"
17+
)
18+
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.0
1+
sbt.version=0.13.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
logLevel := Level.Warn
33

44
// Use the Play sbt plugin for Play projects
5-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
5+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")

0 commit comments

Comments
 (0)