Skip to content

Commit c51c230

Browse files
committed
Sync ra version across bazel & make
(cherry picked from commit 7659235) # Conflicts: # rabbitmq-components.mk
1 parent 33456e4 commit c51c230

File tree

3 files changed

+1
-238
lines changed

3 files changed

+1
-238
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dep_cowlib = hex 2.9.1
116116
dep_jsx = hex 3.1.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
118118
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
119-
dep_ra = hex 2.0.3
119+
dep_ra = hex 2.0.4
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.2
122122
dep_redbug = hex 2.0.7

release-notes/3.10.0.md

Lines changed: 0 additions & 232 deletions
This file was deleted.

workspace_helpers.bzl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,8 @@ erlang_app(
213213

214214
hex_pm_erlang_app(
215215
name = "ra",
216-
<<<<<<< HEAD
217-
version = "2.0.3",
218-
sha256 = "0b159c7da28fc581042f462f51b042b3fed244cdaa2b2061e6430ba6d12a3972",
219-
=======
220216
version = "2.0.4",
221217
sha256 = "8e3550be1df23b5b1ba9d02e0c8c79febb8eae8a6dcbbba746bd5180f39aee1c",
222-
>>>>>>> 3e52cc8fb5 (Use ra (and its deps) from hex.pm)
223218
first_srcs = [
224219
"src/ra_machine.erl",
225220
"src/ra_snapshot.erl",

0 commit comments

Comments
 (0)