Skip to content

Commit

Permalink
updated twitter utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadav Leshem committed Apr 23, 2014
1 parent 74333fc commit 631ec9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import sbtrelease._
import ReleaseStateTransformations._
import ReleasePlugin._
import ReleaseKeys._
import Utilities._
import com.typesafe.sbt.SbtPgp.PgpKeys._

name := "future-perfect"

Expand All @@ -19,7 +17,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.5",
"com.twitter" %% "util-core" % "6.3.6",
"com.twitter" %% "util-core" % "6.12.1",
"org.specs2" %% "specs2" % "2.3.7" % "test",
"org.jmock" % "jmock" % "2.6.0" % "test"
)
Expand Down

0 comments on commit 631ec9a

Please sign in to comment.