Skip to content

Commit

Permalink
Merge pull request #5631 from rabbitmq/mergify/bp/v3.10.x/pr-5629
Browse files Browse the repository at this point in the history
Adopt otp 25.0.4 (backport #5624) (backport #5629)
  • Loading branch information
michaelklishin authored Aug 23, 2022
2 parents e1cbcfa + bb35295 commit 44f1846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ http_file(

http_file(
name = "otp_src_25",
downloaded_file_path = "OTP-25.0.3.tar.gz",
sha256 = "e8eca69b6bdaac9cc8f3e3177dd2913920513495ee83bdecf73af546768febd6",
urls = ["https://github.com/erlang/otp/archive/OTP-25.0.3.tar.gz"],
downloaded_file_path = "OTP-25.0.4.tar.gz",
sha256 = "05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120",
urls = ["https://github.com/erlang/otp/archive/OTP-25.0.4.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 44f1846

Please sign in to comment.