You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2018/07/03 18:47:41 UTC

[incubator-heron] branch master updated: Revert the latest version number change of scala rules (#2943)

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

huijun 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 b6b775f  Revert the latest version number change of scala rules (#2943)
b6b775f is described below

commit b6b775f1999504e2742af03cf86c3c27178e684f
Author: Ning Wang <nw...@twitter.com>
AuthorDate: Tue Jul 3 11:47:38 2018 -0700

    Revert the latest version number change of scala rules (#2943)
    
    * Revert the latest change about scala rules
    
    * Revert the latest version number change of scala rules
---
 WORKSPACE | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 0e8f20b..0f4d932 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -957,17 +957,15 @@ new_http_archive(
 )
 
 # scala integration
-rules_scala_version="669ed8750b77fd99b758298f6467aaa5e6a9dabb" # update this as needed
+rules_scala_version="5cdae2f034581a05e23c3473613b409de5978833" # update this as needed
 
 http_archive(
     name = "io_bazel_rules_scala",
     url = "https://github.com/bazelbuild/rules_scala/archive/%s.zip" % rules_scala_version,
     type = "zip",
     strip_prefix= "rules_scala-%s" % rules_scala_version,
-    sha256 = "1b0f0d7d0cb815116216b0349de0a7d12187dd0d1f4a538f1e7b657d1033a298",
+    sha256 = "bd66b178da5b9b6845f677bdfb2594de8f1050f831a8d69527c6737969376065",
 )
 
 load("@io_bazel_rules_scala//scala:scala.bzl", "scala_repositories")
 scala_repositories()
-load("@io_bazel_rules_scala//scala:toolchains.bzl", "scala_register_toolchains")
-scala_register_toolchains()