Skip to content

Commit

Permalink
latest vshard and cartridge
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Apr 8, 2024
1 parent 12ef910 commit d01eeca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ build:

.PHONY: deps
deps:
$(TTCTL) rocks install vshard 0.1.25
$(TTCTL) rocks install vshard 0.1.26
$(TTCTL) rocks install luacheck 0.26.0
$(TTCTL) rocks install luacov 0.13.0
$(TTCTL) rocks install luacov-coveralls 0.2.3-1 --server=http://luarocks.org
$(TTCTL) rocks install luatest 1.0.1

.PHONY: deps-cartridge
deps-cartridge: deps-cartridge
$(TTCTL) rocks install cartridge 2.8.0
$(TTCTL) rocks install cartridge 2.9.0

.PHONY: deps-metrics
deps-metrics: deps-metrics
Expand Down
2 changes: 1 addition & 1 deletion sharded-queue-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source = {
}
dependencies = {
'lua >= 5.1',
'vshard >= 0.1.25-1',
'vshard >= 0.1.26-1',
}

external_dependencies = {
Expand Down

0 comments on commit d01eeca

Please sign in to comment.