Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
bump up projects. doesn't work yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Mar 8, 2011
1 parent e4bee97 commit b8a31da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/template/project/build/BirdNameProject.scala.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ class BirdNameProject(info: ProjectInfo) extends StandardServiceProject(info)
with DefaultRepos
with SubversionPublisher
{
val finagleVersion = "1.1.23"
val finagleVersion = "1.2.0"
val finagleC = "com.twitter" % "finagle-core" % finagleVersion
val finagleT = "com.twitter" % "finagle-thrift" % finagleVersion
val finagleO = "com.twitter" % "finagle-ostrich3" % finagleVersion

val ostrich = "com.twitter" % "ostrich" % "3.0.6"
val ostrich = "com.twitter" % "ostrich" % "4.0.0"

// thrift
val libthrift = "thrift" % "libthrift" % "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/template/project/plugins/Plugins.scala.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val twitterMaven = "twitter.com" at "http://maven.twttr.com/"
val standardProject = "com.twitter" % "standard-project" % "0.11.0"
val standardProject = "com.twitter" % "standard-project" % "0.11.1"
val sbtThrift = "com.twitter" % "sbt-thrift" % "1.0.1"
}

0 comments on commit b8a31da

Please sign in to comment.