Skip to content

Commit

Permalink
RDB Shredder: bump to 0.14.0 (close #96)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Apr 27, 2018
1 parent 4b2c5c4 commit c583d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lazy val loader = project.in(file("."))
lazy val shredder = project.in(file("shredder"))
.settings(
name := "snowplow-rdb-shredder",
version := "0.14.0-rc4",
version := "0.14.0",
description := "Spark job to shred event and context JSONs from Snowplow enriched events",
BuildSettings.oneJvmPerTestSetting // ensures that only CrossBatchDeduplicationSpec has a DuplicateStorage
)
Expand Down

0 comments on commit c583d65

Please sign in to comment.