Skip to content

Commit

Permalink
Update Bijection to 0.7.0 and Chill to 0.5.1
Browse files Browse the repository at this point in the history
We must upgrade both libs at the same time.
  • Loading branch information
miguno committed Dec 3, 2014
1 parent 9e689a9 commit b1d9de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ resolvers ++= Seq(
"clojars-repository" at "https://clojars.org/repo"
)

val bijectionVersion = "0.6.3"
val chillVersion = "0.4.0"
val bijectionVersion = "0.7.0"
val chillVersion = "0.5.1"
val sparkVersion = "1.1.1"
val stormVersion = "0.9.3"

libraryDependencies ++= Seq(
"com.twitter" %% "bijection-core" % bijectionVersion,
"com.twitter" %% "bijection-avro" % bijectionVersion,
"com.twitter" %% "chill" % chillVersion,
"com.twitter" % "chill-avro" % chillVersion,
"com.twitter" %% "chill-avro" % chillVersion,
"com.twitter" %% "chill-bijection" % chillVersion,
// The excludes of jms, jmxtools and jmxri are required as per https://issues.apache.org/jira/browse/KAFKA-974.
// The exclude of slf4j-simple is because it overlaps with our use of logback with slf4j facade; without the exclude
Expand Down

0 comments on commit b1d9de8

Please sign in to comment.