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

Commit a368d0a

Browse files
authored
Merge pull request #24 from intenthq/upgrade-hadoop
Update Hadoop and other dependencies to latest compatible versions.
2 parents 5c5bfba + 4f80b23 commit a368d0a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
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
@@ -1,13 +1,13 @@
11
import com.intenthq.sbt.ThriftPlugin._
22
import com.typesafe.sbt.SbtGit.GitKeys._
33

4-
val specs2Ver = "4.0.3"
4+
val specs2Ver = "4.2.0"
55
val specs2ScalazVersion = "0.5.2"
66
val parquetVer = "1.8.2"
7-
val hadoopVer = "2.7.4"
7+
val hadoopVer = "2.7.6"
88
val sparkVer = "2.3.0"
9-
val circeVersion = "0.9.1"
10-
val scalazVersion = "7.2.20"
9+
val circeVersion = "0.9.3"
10+
val scalazVersion = "7.2.23"
1111

1212
val pomInfo = (
1313
<url>https://github.com/intenthq/pucket</url>
@@ -28,7 +28,7 @@ val pomInfo = (
2828

2929
lazy val commonSettings = Seq(
3030
organization := "com.intenthq.pucket",
31-
version := "1.8.0",
31+
version := "1.8.1",
3232
scalaVersion := "2.11.12",
3333
publishArtifact in Test := false,
3434
pomIncludeRepository := { _ => false },

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.1
1+
sbt.version=1.1.4

0 commit comments

Comments
 (0)