Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Jul 20, 2023
1 parent 3b69fd7 commit fd0b59c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contrib/make/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ endif
SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')
TM_VERSION := $(shell go list -m github.com/cometbft/cometbft | sed 's:.* ::') # grab everything after the space in "github.com/tendermint/tendermint v0.34.7"
ROCKSDB_VERSION := 8.1.1
<<<<<<< HEAD
WASMVM_VERSION := 1.3.0
=======

WASMVM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm | awk '{sub(/^v/, "", $$2); print $$2}')
>>>>>>> f834301d... deps(build.mk): read the WASMVM_VERSION programattically with 'go list'
DOCKER := $(shell which docker)
BUILDDIR ?= $(CURDIR)/build
TEMPDIR ?= $(CURDIR)/temp
Expand Down

0 comments on commit fd0b59c

Please sign in to comment.