From 672f07bec8dd28264b08af3d0d934cd4ee5c352d Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Wed, 13 Sep 2023 14:02:47 -0700 Subject: [PATCH] include version updates in makefile build also --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 76ad55b6..16ad5b82 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ build-testing: build-soroban-dev: $(MAKE) build TAG=soroban-dev \ - CORE_REF=soroban-preview-10-July20 \ + CORE_REF=soroban-preview-11-Sep13 \ CORE_CONFIGURE_FLAGS='--disable-tests --enable-next-protocol-version-unsafe-for-production' \ - HORIZON_REF=soroban-v0.0.9.1 \ - SOROBAN_RPC_REF=v0.9.2 + HORIZON_REF=soroban-v0.10.0 \ + SOROBAN_RPC_REF=v0.10.0 build: $(MAKE) -j 4 build-deps