Skip to content

Commit 220eb4e

Browse files
committed
Update to play-2.1.0 and forest-0.4
1 parent 902caed commit 220eb4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chat/aspects/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scalaVersion := "2.10.0"
55
scalaOrganization := "org.scala-lang.virtualized"
66

77
libraryDependencies ++= Seq(
8-
"js-scala" %% "forest" % "0.3-SNAPSHOT"
8+
"js-scala" %% "forest" % "0.4-SNAPSHOT"
99
)
1010

1111
sourceGenerators in Compile <+= (sourceDirectory in Compile, sourceManaged in Compile) map { (sourceDir, targetDir) =>

chat/aspects/project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libraryDependencies += "js-scala" %% "forest-compiler" % "0.3-SNAPSHOT"
1+
libraryDependencies += "js-scala" %% "forest-compiler" % "0.4-SNAPSHOT"

chat/project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object ApplicationBuild extends Build {
1515
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1616

1717
libraryDependencies ++= Seq(
18-
"js-scala" %% "forest" % "0.3-SNAPSHOT",
18+
"js-scala" %% "forest" % "0.4-SNAPSHOT",
1919
"org.fusesource.scalate" %% "scalate-core" % "1.6.1"
2020
)
2121

chat/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ logLevel := Level.Warn
55
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
66

77
// Use the Play sbt plugin for Play projects
8-
addSbtPlugin("play" % "sbt-plugin" % "2.1-RC2")
8+
addSbtPlugin("play" % "sbt-plugin" % "2.1.0")

0 commit comments

Comments
 (0)