File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 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
+ }
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.0
1
+ sbt.version =0.13.1
Original file line number Diff line number Diff line change 2
2
logLevel := Level .Warn
3
3
4
4
// 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 " )
You can’t perform that action at this time.
0 commit comments