Skip to content

Commit

Permalink
Merge pull request #5624 from rabbitmq/bump-otp-25.0
Browse files Browse the repository at this point in the history
Adopt otp 25.0.4
  • Loading branch information
michaelklishin authored Aug 23, 2022
2 parents 050258a + 4755010 commit 2335e67
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 2335e67

Please sign in to comment.