Skip to content

Commit

Permalink
Use seshat from bazel-central-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Aug 22, 2023
1 parent 54860c4 commit 209bad2
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.4.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 209bad2

Please sign in to comment.