Skip to content

Commit

Permalink
Merge pull request #391 from rabbitmq/use-seshat-from-bcr
Browse files Browse the repository at this point in the history
Use seshat from bazel-central-registry
  • Loading branch information
HoloRin authored Sep 13, 2023
2 parents ed46179 + ae2a716 commit 4f78a33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ bazel_dep(
version = "3.11.4",
)

bazel_dep(
name = "rabbitmq_seshat",
version = "0.6.1",
repo_name = "seshat",
)

erlang_config = use_extension(
"@rules_erlang//bzlmod:extensions.bzl",
"erlang_config",
Expand Down Expand Up @@ -70,19 +76,13 @@ erlang_package.git_package(
branch = "master",
)

erlang_package.hex_package(
name = "seshat",
version = "0.6.0",
)

use_repo(
erlang_package,
"aten",
"gen_batch_server",
"inet_tcp_proxy_dist",
"meck",
"proper",
"seshat",
)

erlang_dev_package = use_extension(
Expand Down

0 comments on commit 4f78a33

Please sign in to comment.