Skip to content

Commit

Permalink
Merge pull request #10 from kompot/master
Browse files Browse the repository at this point in the history
Update play iteratees dependency to 2.2
  • Loading branch information
gre committed Sep 24, 2013
2 parents 4561701 + 9d4063d commit af5a53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
import Keys._

object BuildSettings {
val buildVersion = "0.1"
val buildVersion = "0.11"

val buildSettings = Defaults.defaultSettings ++ Seq(
organization := "fr.greweb",
Expand Down Expand Up @@ -59,7 +59,7 @@ object CLIBuild extends Build {
"Typesafe repository releases" at "http://repo.typesafe.com/typesafe/releases/"
),
libraryDependencies ++= Seq(
"play" %% "play-iteratees" % "2.1-RC2",
"com.typesafe.play" %% "play-iteratees" % "2.2.0",
"com.typesafe" % "config" % "1.0.0",
"ch.qos.logback" % "logback-core" % logbackVer,
"ch.qos.logback" % "logback-classic" % logbackVer,
Expand Down

0 comments on commit af5a53d

Please sign in to comment.