From d94c3b97e8f96d0eca312ca95336c5cca21be808 Mon Sep 17 00:00:00 2001 From: David Illsley Date: Sat, 9 Feb 2013 14:55:16 +0000 Subject: [PATCH] Play2.1 support --- build.sbt | 8 ++++---- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 17a1cc4..8ba011a 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "net.vz.play.statsd" // The version comes from version.sbt, and is generated by the release plugin -scalaVersion := "2.9.1" +scalaVersion := "2.10.0" resolvers ++= Seq( DefaultMavenRepository, @@ -21,14 +21,14 @@ resolvers ++= Seq( // Dependencies libraryDependencies ++= Seq( - "play" %% "play" % "2.0.4" + "play" %% "play" % "2.1.0" ) // Test dependencies libraryDependencies ++= Seq( - "org.specs2" %% "specs2" % "1.9" % "test", - "play" %% "play-test" % "2.0.4" % "test" + "org.specs2" %% "specs2" % "1.13" % "test", + "play" %% "play-test" % "2.1.0" % "test" ) parallelExecution in Test := false diff --git a/project/build.properties b/project/build.properties index 390c1af..21e2c5d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.11.3 \ No newline at end of file +sbt.version=0.12.2 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 65f6a12..92d56a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,6 +11,6 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.6") addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6") -addSbtPlugin("play" % "sbt-plugin" % "2.0.4") +addSbtPlugin("play" % "sbt-plugin" % "2.1.0") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")