Skip to content

Commit

Permalink
Updated rules_scala to fix https issue (apache#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis authored and sreev committed Apr 9, 2020
1 parent beb3384 commit 0f1de4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -998,14 +998,13 @@ http_archive(
)

# scala integration
rules_scala_version = "300b4369a0a56d9e590d9fea8a73c3913d758e12" # May 27 - update this as needed
rules_scala_version = "358ab829626c6c2d34ec27f856485d3121e299c7" # Jan 15 2020 - 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 = "7f35ee7d96b22f6139b81da3a8ba5fb816e1803ed097f7295b85b7a56e4401c7",
type = "zip",
url = "https://github.com/bazelbuild/rules_scala/archive/%s.zip" % rules_scala_version,
)

load("@io_bazel_rules_scala//scala:scala.bzl", "scala_repositories")
Expand Down

0 comments on commit 0f1de4f

Please sign in to comment.