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

Commit

Permalink
util 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cloud committed Jul 5, 2011
1 parent eb9f4b4 commit 6ab3172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/QuerulousProject.scala
Expand Up @@ -6,12 +6,12 @@ class QuerulousProject(info: ProjectInfo) extends StandardLibraryProject(info)
with DefaultRepos
with SubversionPublisher {

val utilCore = "com.twitter" % "util-core" % "1.8.13"
val utilCore = "com.twitter" % "util-core" % "1.10.1"
val dbcp = "commons-dbcp" % "commons-dbcp" % "1.4"
val mysqljdbc = "mysql" % "mysql-connector-java" % "5.1.13"
val pool = "commons-pool" % "commons-pool" % "1.5.4"

val utilEval = "com.twitter" % "util-eval" % "1.8.13" % "test"
val utilEval = "com.twitter" % "util-eval" % "1.10.1" % "test"
val scalaTools = "org.scala-lang" % "scala-compiler" % "2.8.1" % "test"
val hamcrest = "org.hamcrest" % "hamcrest-all" % "1.1" % "test"
val specs = "org.scala-tools.testing" % "specs_2.8.0" % "1.6.5" % "test"
Expand Down

0 comments on commit 6ab3172

Please sign in to comment.