Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrading to util 1.8.5
  • Loading branch information
Nick Kallen committed Mar 22, 2011
1 parent 62d4961 commit 5d29918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/Project.scala
Expand Up @@ -120,8 +120,8 @@ class Project(info: ProjectInfo) extends StandardParentProject(info)
val nettyRepo =
"repository.jboss.org" at "http://repository.jboss.org/nexus/content/groups/public/"
val netty = "org.jboss.netty" % "netty" % "3.2.3.Final"
val utilCore = "com.twitter" % "util-core" % "1.8.4" relativePath("util")
val utilCollection = "com.twitter" % "util-collection" % "1.8.4" relativePath("util")
val utilCore = "com.twitter" % "util-core" % "1.8.5" relativePath("util")
val utilCollection = "com.twitter" % "util-collection" % "1.8.5" relativePath("util")

// Testing:
val mockito = "org.mockito" % "mockito-all" % "1.8.5" % "test" withSources()
Expand Down

0 comments on commit 5d29918

Please sign in to comment.