Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
use newer standard project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Sep 6, 2010
1 parent 843abbe commit c074152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion project/build/OstrichProject.scala
@@ -1,7 +1,6 @@
import sbt._
import com.twitter.sbt._


class OstrichProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {
val specs = "org.scala-tools.testing" % "specs" % "1.6.2.1"
val vscaladoc = "org.scala-tools" % "vscaladoc" % "1.1-md-3"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Expand Up @@ -2,5 +2,5 @@ import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val twitterNest = "com.twitter" at "http://www.lag.net/nest"
val defaultProject = "com.twitter" % "standard-project" % "0.7.0"
val defaultProject = "com.twitter" % "standard-project" % "0.7.1"
}

0 comments on commit c074152

Please sign in to comment.