Skip to content

Commit

Permalink
update iago to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Zuercher committed Sep 21, 2012
1 parent bc93c87 commit 9548817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loadtest/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ object Kestrel extends Build {
name := "kestrel_loadtest",
organization := "net.lag",
version := "1.0.0-SNAPSHOT",
scalaVersion := "2.8.1",
scalaVersion := "2.9.1",

libraryDependencies ++= Seq(
"com.twitter" % "iago" % "0.4.7",
"com.twitter" % "iago" % "0.5.5",
"com.twitter" %% "scrooge-runtime" % "1.1.3"
),

Expand Down

0 comments on commit 9548817

Please sign in to comment.