Skip to content

Commit a9c6a14

Browse files
committed
Upgrade to scalding-date 0.17.0
This is a version that has both 2.11 and 2.12 releases available so will make the diff between 2.11 and 2.12 smaller.
1 parent a1f8e58 commit a9c6a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ specs2_junit_repositories()
2323
# test adding a scala jar:
2424
maven_jar(
2525
name = "com_twitter__scalding_date",
26-
artifact = scala_mvn_artifact("com.twitter:scalding-date:0.16.0-RC4"),
27-
sha1 = "659eb2d42945dea37b310d96af4e12bf83f54d14"
26+
artifact = scala_mvn_artifact("com.twitter:scalding-date:0.17.0"),
27+
sha1 = "420fb0c4f737a24b851c4316ee0362095710caa5"
2828
)
2929

3030
# For testing that we don't include sources jars to the classpath

0 commit comments

Comments
 (0)