Skip to content

Commit

Permalink
Merge pull request #1016 from morazow/update/cascading-jdbc
Browse files Browse the repository at this point in the history
Update Cascading JDBC Version.
  • Loading branch information
johnynek committed Aug 14, 2014
2 parents 2e057a1 + 80b5bd6 commit 0e1834c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ object ScaldingBuild extends Build {
System.getenv.asScala.getOrElse("SCALDING_CASCADING_VERSION", "2.5.5")

lazy val cascadingJDBCVersion =
System.getenv.asScala.getOrElse("SCALDING_CASCADING_JDBC_VERSION", "2.5.3")
System.getenv.asScala.getOrElse("SCALDING_CASCADING_JDBC_VERSION", "2.5.4")

val hadoopVersion = "1.2.1"
val algebirdVersion = "0.7.0"
Expand Down Expand Up @@ -265,7 +265,7 @@ object ScaldingBuild extends Build {
"org.scala-tools.testing" %% "specs" % "1.6.9" % "test"
)
).dependsOn(scaldingCore)

lazy val scaldingHRaven = module("hraven").settings(
libraryDependencies ++= Seq(
"com.twitter.hraven" % "hraven-core" % "0.9.13",
Expand Down

0 comments on commit 0e1834c

Please sign in to comment.