Skip to content

Commit

Permalink
[split] birdcage: update to standard-project 0.12.10; enumerate faile…
Browse files Browse the repository at this point in the history
…d projects in `bin/ci`
  • Loading branch information
mariusae committed Aug 16, 2011
1 parent 9b276b0 commit 110b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Expand Up @@ -16,6 +16,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
}
override def ivyRepositories = Seq(Resolver.defaultLocal(None)) ++ repositories

val defaultProject = "com.twitter" % "standard-project" % "0.12.9"
val defaultProject = "com.twitter" % "standard-project" % "0.12.10"
val sbtThrift = "com.twitter" % "sbt-thrift" % "1.4.2"
}

0 comments on commit 110b237

Please sign in to comment.