From e33ed12faab33d1dacdc78f7851d392a3daa451b Mon Sep 17 00:00:00 2001 From: Neville Li Date: Wed, 15 Jun 2016 10:42:45 -0400 Subject: [PATCH 1/2] bump SDK to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4bd543ae71..22dc3d8e3a 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ import com.typesafe.sbt.SbtSite.SiteKeys._ import com.typesafe.sbt.SbtGit.GitKeys.gitRemoteRepo import sbtunidoc.Plugin.UnidocKeys._ -val dataflowSdkVersion = "1.5.1" +val dataflowSdkVersion = "1.6.0" val algebirdVersion = "0.12.0" val avroVersion = "1.7.7" val bigtableVersion = "0.3.0" From 1be5975da10f26d086df9acc7779c05cf441885c Mon Sep 17 00:00:00 2001 From: Neville Li Date: Wed, 15 Jun 2016 10:54:30 -0400 Subject: [PATCH 2/2] bump dependencies --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 22dc3d8e3a..c0d84cd0b5 100644 --- a/build.sbt +++ b/build.sbt @@ -30,15 +30,15 @@ val breezeVersion ="0.12" val chillVersion = "0.8.0" val commonsIoVersion = "2.5" val commonsMath3Version = "3.6.1" -val csvVersion = "0.1.11" +val csvVersion = "0.1.12" val guavaVersion = "19.0" val hadoopVersion = "2.7.2" val hamcrestVersion = "1.3" val hbaseVersion = "1.0.2" val ini4jVersion = "0.5.4" -val javaLshVersion = "0.8" +val javaLshVersion = "0.9" val jodaConvertVersion = "1.8.1" -val jodaTimeVersion = "2.9.3" +val jodaTimeVersion = "2.9.4" val junitVersion = "4.12" val nettyTcNativeVersion = "1.1.33.Fork13" val scalaCheckVersion = "1.13.0"