This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new b486ce9  update rules scala (#3277)
b486ce9 is described below

commit b486ce9ec873248014b4270ecfa6f77cd097b49b
Author: Rohan Agarwal <[email protected]>
AuthorDate: Wed May 29 16:18:35 2019 -0700

    update rules scala (#3277)
    
    thx~ @dnrusakov ^^ let's test it.
---
 WORKSPACE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 9172be7..fdbe751 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -991,14 +991,14 @@ http_archive(
 )
 
 # scala integration
-rules_scala_version = "9cb85352a060248a558fedecaa46832abbb2864b"  # update 
this as needed
+rules_scala_version = "300b4369a0a56d9e590d9fea8a73c3913d758e12"  # May 27 - 
update this as needed
 
 http_archive(
     name = "io_bazel_rules_scala",
     urls = ["https://github.com/bazelbuild/rules_scala/archive/%s.zip"; % 
rules_scala_version],
     type = "zip",
     strip_prefix = "rules_scala-%s" % rules_scala_version,
-    sha256 = 
"9cbb637e913f0a19e1c781a7f163797bb5ab4cf39729ab7f90e9fc8453588712",
+    sha256 = 
"7f35ee7d96b22f6139b81da3a8ba5fb816e1803ed097f7295b85b7a56e4401c7",
 )
 
 load("@io_bazel_rules_scala//scala:scala.bzl", "scala_repositories")

Reply via email to