Skip to content

Commit

Permalink
Bazel 3.2.0 and 3.3.0 compatibility (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrodriguezO authored Jul 20, 2020
1 parent 8dbe5ee commit 325472d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ os:
- linux
- osx
env:
- V=3.0.0
- V=3.1.0
- V=3.2.0
- V=3.3.0
before_install:
# Borrowed from rules_scala
- |
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ http_archive(

# 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 = "383db2539948e6e396274b21505cbd39c82b0c0f" # update this as needed
rules_scala_annex_version = "ff423d8bdd0e5383f8f2c048ffd7704bb51a91bf" # update this as needed
http_archive(
name = "rules_scala_annex",
sha256 = "ad1ec1c9a161fce5443ec1f883af3239ee1e3307fc99bb54ec2022b25921b3dd",
sha256 = "ae53e9ed5fecadc7baf4637b88109471602be73dda4e5ff6b4bf1767932703c0",
strip_prefix = "rules_scala-{}".format(rules_scala_annex_version),
type = "zip",
url = "https://github.com/higherkindness/rules_scala/archive/{}.zip".format(rules_scala_annex_version),
Expand Down

0 comments on commit 325472d

Please sign in to comment.