Skip to content

Commit

Permalink
Use seshat from bazel-central-registry
Browse files Browse the repository at this point in the history
so that it's a native bazel_dep
  • Loading branch information
HoloRin committed Aug 22, 2023
1 parent 3bb1a9d commit 321b910
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 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 @@ -48,16 +54,9 @@ erlang_package.hex_package(
version = "0.8.8",
)

erlang_package.hex_package(
name = "seshat",
version = "0.4.0",
sha256 = "2c3deec7ff86e0d0c05edebd3455c8363123c227be292ffffc1a05eec08bff63",
)

use_repo(
erlang_package,
"gen_batch_server",
"seshat",
)

erlang_dev_package = use_extension(
Expand Down

0 comments on commit 321b910

Please sign in to comment.