Skip to content

Commit

Permalink
Updated rules_scala to v6.5.0 (#369)
Browse files Browse the repository at this point in the history
Updates rules_scala from v6.1.0 to v6.5.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Łukasz Wawrzyk <[email protected]>
  • Loading branch information
github-actions[bot] and lukaszwawrzyk authored Apr 29, 2024
1 parent 0822eae commit 7ac0c78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ http_archive(
)

# io_bazel_rules_scala - required to avoid cyclic init error
IO_BAZEL_RULES_SCALA_TAG = "v6.1.0"
IO_BAZEL_RULES_SCALA_TAG = "v6.5.0"

IO_BAZEL_RULES_SCALA_SHA = "cc590e644b2d5c6a87344af5e2c683017fdc85516d9d64b37f15d33badf2e84c"
IO_BAZEL_RULES_SCALA_SHA = "3b00fa0b243b04565abb17d3839a5f4fa6cc2cac571f6db9f83c1982ba1e19e5"

http_archive(
name = "io_bazel_rules_scala",
sha256 = IO_BAZEL_RULES_SCALA_SHA,
strip_prefix = "rules_scala-6.1.0",
strip_prefix = "rules_scala-6.5.0",
url = "https://github.com/bazelbuild/rules_scala/archive/refs/tags/{}.tar.gz".format(IO_BAZEL_RULES_SCALA_TAG),
)

load("@io_bazel_rules_scala//:scala_config.bzl", "scala_config")

scala_config(scala_version = "2.13.6")
scala_config(scala_version = "2.13.12")

load("@io_bazel_rules_scala//scala:toolchains.bzl", "scala_register_toolchains")

Expand Down

0 comments on commit 7ac0c78

Please sign in to comment.