Skip to content

Commit

Permalink
Upgrade cuttlefish to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Oct 7, 2022
1 parent a955f73 commit dd4c3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ erlang_package.git_package(

erlang_package.hex_package(
name = "cuttlefish",
sha256 = "3feff3ae4ed1f0ca6df87ac89235068fbee9242ee85d2ac17fb1b8ce0e30f1a6",
version = "3.0.1",
sha256 = "d3ef90bd2f5923477ab772fbda5cd5ad088438e4fd56801b455b87ada9f46fa3",
version = "3.1.0",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/apps/rabbitmq_prelaunch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT_VERSION = 1.0.0
PROJECT_MOD = rabbit_prelaunch_app

DEPS = rabbit_common cuttlefish thoas
dep_cuttlefish = hex 3.0.1
dep_cuttlefish = hex 3.1.0

DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk

Expand Down

0 comments on commit dd4c3e1

Please sign in to comment.