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

Commit

Permalink
removed intransitive() calls, on advice of franklin hu
Browse files Browse the repository at this point in the history
  • Loading branch information
jowens committed Aug 23, 2012
1 parent be0faaf commit cde884d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/template/build.sbt.erb
Expand Up @@ -16,12 +16,12 @@ name := "birdname"
version := "1.0.0-SNAPSHOT"

libraryDependencies ++= Seq(
"org.scala-lang" % "jline" % "2.9.1",
"com.twitter" % "scrooge" % "3.0.1" intransitive(),
"com.twitter" % "scrooge-runtime_2.9.2" % "3.0.1" intransitive(),
"com.twitter" % "finagle-core" % "5.3.6",
"com.twitter" % "finagle-thrift" % "5.3.6",
"com.twitter" % "finagle-ostrich4" % "5.3.1",
"org.scala-lang" % "jline" % "2.9.1",
"com.twitter" % "scrooge" % "3.0.1",
"com.twitter" % "scrooge-runtime_2.9.2" % "3.0.1",
"com.twitter" % "finagle-core" % "5.3.6",
"com.twitter" % "finagle-thrift" % "5.3.6",
"com.twitter" % "finagle-ostrich4" % "5.3.1",
"org.scalatest" %% "scalatest" % "1.7.1" % "test",
"com.twitter" %% "scalatest-mixins" % "1.1.0" % "test"
)
Expand Down

0 comments on commit cde884d

Please sign in to comment.