Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit d7b3330

Browse files
authored
Merge pull request #25 from intenthq/upgrade-hadoop-1.7.x
Update Hadoop and other dependencies to latest compatible versions. (Backport To v1.7.x)
2 parents 1f5ccde + 01f546d commit d7b3330

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.sbtopts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-mem 4096
2+
-J-Xmx4G
3+
-J-Xss2M

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import sbt.ExclusionRule
22
import com.intenthq.sbt.ThriftPlugin._
33
import com.typesafe.sbt.SbtGit.GitKeys._
44

5-
val specs2Ver = "4.0.3"
5+
val specs2Ver = "4.2.0"
66
val specs2ScalazVersion = "0.5.2"
77
val parquetVer = "1.8.2"
8-
val hadoopVer = "2.7.4"
8+
val hadoopVer = "2.7.6"
99
val sparkVer = "2.1.2"
10-
val circeVersion = "0.9.1"
11-
val scalazVersion = "7.2.20"
10+
val circeVersion = "0.9.3"
11+
val scalazVersion = "7.2.23"
1212

1313
val pomInfo = (
1414
<url>https://github.com/intenthq/pucket</url>
@@ -29,7 +29,7 @@ val pomInfo = (
2929

3030
lazy val commonSettings = Seq(
3131
organization := "com.intenthq.pucket",
32-
version := "1.7.2",
32+
version := "1.7.3",
3333
scalaVersion := "2.11.12",
3434
publishArtifact in Test := false,
3535
pomIncludeRepository := { _ => false },

0 commit comments

Comments
 (0)