Skip to content

Commit

Permalink
Spark Enrich: bump scala-common-enrich to 0.25 (closes #3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed May 12, 2017
1 parent 825ae8b commit 9cb9dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 3-enrich/spark-enrich/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Dependencies {
val spark = "2.1.0"
val scalaz7 = "7.0.0"
val scopt = "3.5.0"
val commonEnrich = "0.24.0"
val commonEnrich = "0.25.0"
val igluClient = "0.4.0"
// Scala (test only)
val specs2 = "1.14"
Expand All @@ -52,7 +52,7 @@ object Dependencies {
val sparkSQL = "org.apache.spark" %% "spark-sql" % V.spark % "provided"
val scalaz7 = "org.scalaz" %% "scalaz-core" % V.scalaz7
val scopt = "com.github.scopt" %% "scopt" % V.scopt
val commonEnrich = "com.snowplowanalytics" % "snowplow-common-enrich" % V.commonEnrich
val commonEnrich = "com.snowplowanalytics" %% "snowplow-common-enrich" % V.commonEnrich
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % V.igluClient
// Thrift
val snowplowRawEvent = "com.snowplowanalytics" % "snowplow-thrift-raw-event" % V.snowplowRawEvent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object EnrichJobSpec {
def deleteAll(): Unit = List(badRows, output).foreach(deleteRecursively)
}

val etlVersion = "spark-1.9.0-common-0.24.0"
val etlVersion = "spark-1.9.0-common-0.25.0"

val etlTimestamp = "2001-09-09 01:46:40.000"

Expand Down

0 comments on commit 9cb9dad

Please sign in to comment.