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

Commit

Permalink
update standard project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Feb 28, 2011
1 parent 0ea677b commit 9da86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template/project/plugins/Plugins.scala.erb
Expand Up @@ -2,5 +2,5 @@ import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val twitterMaven = "twitter.com" at "http://maven.twttr.com/"
val defaultProject = "com.twitter" % "standard-project" % "0.10.2-scala"
val defaultProject = "com.twitter" % "standard-project" % "0.10.3-scala"
}

0 comments on commit 9da86f5

Please sign in to comment.