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

Commit

Permalink
update to latest util and finagle
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Feb 14, 2012
1 parent f836684 commit f3c3712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/QuerulousProject.scala
Expand Up @@ -28,8 +28,8 @@ with SubversionPublisher {
with DefaultRepos
with SubversionPublisher

val utilVersion = "1.12.12"
val finagleVersion = "1.10.0"
val utilVersion = "1.12.13"
val finagleVersion = "1.11.0"

class CoreProject(info: ProjectInfo) extends StandardLibraryProject(info) with Defaults {
val utilCore = "com.twitter" % "util-core" % utilVersion
Expand Down

0 comments on commit f3c3712

Please sign in to comment.