Skip to content

Commit

Permalink
Upgrade rules_scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
mai93 committed Jul 18, 2023
1 parent 26d4aef commit 7c3fdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -710,11 +710,11 @@ rules_proto_dependencies()
rules_proto_toolchains()

# LICENSE: The Apache Software License, Version 2.0
rules_scala_version = "a0235fda820c635732d0d7cce86710eec92909ef"
rules_scala_version = "30f8fbe042b835cc2173a474a6a2b360cd4d440f"

http_archive(
name = "io_bazel_rules_scala",
sha256 = "8981e4c5bb0f854b1c5da738876093249cf16b4b533cfec2d87dcdd1c867ffee",
sha256 = "8ecb882997ebbaea341981c63c538674815cabb5b50a0a331ff770c597578715",
strip_prefix = "rules_scala-%s" % rules_scala_version,
type = "zip",
url = "https://github.com/bazelbuild/rules_scala/archive/%s.zip" % rules_scala_version,
Expand Down

0 comments on commit 7c3fdeb

Please sign in to comment.