Skip to content

Commit

Permalink
Update rules_scala
Browse files Browse the repository at this point in the history
So it doesn't have an error about using deprecated options anymore
  • Loading branch information
tmccombs committed Sep 20, 2023
1 parent 299de4f commit a6667dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ startup --expand_configs_in_place

common:ci --color=yes

# At least until https://github.com/lucidsoftware/rules_scala/pull/40 is merged
common --incompatible_java_common_parameters=false

build:ci --verbose_failures
build:ci --sandbox_debug
build:ci --spawn_strategy=standalone
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ protobuf_deps()

# higherkindness/rules_scala (used for tests only)
# TODO: Move tests into their own worskpace s.t. we don't need their dependenices here
rules_scala_annex_version = "938ffdc24fb25a58220aa650948761073f1dd83b"
rules_scala_annex_version = "d396b914cc81d14a278afedc6e7885201655825c"

http_archive(
name = "rules_scala_annex",
sha256 = "ae0cfd560a5238248d5f4c9fcde352e5dfc87cba5efd0b97e4c88ea839fd51b5",
sha256 = "cb6d0dc6f0b341dfc4e9239cf6cb09e9c9228a260a1075c2540efd43ccd1c461",
strip_prefix = "rules_scala-{}".format(rules_scala_annex_version),
type = "zip",
url = "https://github.com/lucidsoftware/rules_scala/archive/{}.zip".format(rules_scala_annex_version),
Expand Down

0 comments on commit a6667dd

Please sign in to comment.