Skip to content

Commit

Permalink
RDB Shredder: bump to 0.16.0 (close #154)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jul 18, 2019
1 parent b910a80 commit d5e72fe
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 @@ -54,7 +54,7 @@ lazy val loader = project.in(file("."))
lazy val shredder = project.in(file("shredder"))
.settings(
name := "snowplow-rdb-shredder",
version := "0.15.0",
version := "0.16.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 d5e72fe

Please sign in to comment.