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

Commit

Permalink
updated dependencies, update to scala 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
John Corwin committed Dec 14, 2010
1 parent a86ef58 commit fc47b7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions project/build.properties
Expand Up @@ -3,8 +3,8 @@
project.organization=com.twitter
project.name=zookeeper-client
scala.version=2.8.0
project.version=1.5.2
project.version=2.0
sbt.version=0.7.4
def.scala.version=2.8.0
build.scala.versions=2.8.0
def.scala.version=2.8.1
build.scala.versions=2.8.1
project.initialize=false
5 changes: 1 addition & 4 deletions project/build/ZookeeperClientProject.scala
Expand Up @@ -16,10 +16,7 @@ class ZookeeperClientProject(info: ProjectInfo) extends StandardProject(info) wi
val slf4jLog = "org.slf4j" % "slf4j-log4j12" % "1.5.8"
val log4j = "apache-log4j" % "log4j" % "1.2.15"
val configgy = "net.lag" % "configgy" % "2.0.1"
val specs = "org.scala-tools.testing" %% "specs" % "1.6.5" % "test"

Credentials(Path.userHome / ".ivy2" / "credentials", log)
val publishTo = "nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"
val specs = "org.scala-tools.testing" % "specs_2.8.1" % "1.6.6" % "test"

override def pomExtra =
<licenses>
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 twitterMaven = "twitter.com" at "http://maven.twttr.com/"
val defaultProject = "com.twitter" % "standard-project" % "0.7.12"
val defaultProject = "com.twitter" % "standard-project" % "0.7.17"
}
2 changes: 1 addition & 1 deletion project/plugins/project/build.properties
@@ -1,3 +1,3 @@
#Project properties
#Tue Nov 09 09:45:43 PST 2010
#Mon Dec 13 16:11:33 PST 2010
plugin.uptodate=true

0 comments on commit fc47b7d

Please sign in to comment.