Skip to content

Commit

Permalink
fix mockery version (#11199)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Nov 7, 2023
1 parent 48b9902 commit cc308a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abigen: ## Build & install abigen.

.PHONY: mockery
mockery: $(mockery) ## Install mockery.
go install github.com/vektra/mockery/v2@v2.28.1
go install github.com/vektra/mockery/v2@v2.35.4

.PHONY: foundry
foundry: ## Install foundry.
Expand Down

0 comments on commit cc308a1

Please sign in to comment.