Skip to content

Commit 9e41a6f

Browse files
committed
Use rabbitmq/osiris v1.0.0
1 parent 621e066 commit 9e41a6f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

BUILD.osiris

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DEPS = [
1212

1313
erlang_lib(
1414
app_name = "osiris",
15-
app_version = "master",
15+
app_version = "1.0.0",
1616
app_description = "New project",
1717
app_module = "osiris_app",
1818
app_env = APP_ENV,

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
142142
PLT_APPS += mnesia
143143

144144
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
145-
dep_osiris = git https://github.com/rabbitmq/osiris master
145+
dep_osiris = git https://github.com/rabbitmq/osiris v1.0.0
146146
dep_systemd = hex 0.6.1
147147
dep_seshat = git https://github.com/rabbitmq/seshat 0.1.0
148148

workspace_helpers.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ erlang_lib(
169169
github_bazel_erlang_lib(
170170
name = "osiris",
171171
org = "rabbitmq",
172+
ref = "v1.0.0",
173+
version = "1.0.0",
172174
build_file = rabbitmq_workspace + "//:BUILD.osiris",
173175
)
174176

0 commit comments

Comments
 (0)