diff --git a/Makefile b/Makefile index 1dff0584..c3ba7cde 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ build-latest: PROTOCOL_VERSION_DEFAULT=21 \ XDR_REF=v22.0.0 \ CORE_REF=v22.0.0 \ - HORIZON_REF=horizon-v2.32.0 \ - SOROBAN_RPC_REF=v21.5.1 \ - FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 + HORIZON_REF=horizon-v22.0.1 \ + SOROBAN_RPC_REF=v22.1.0 \ + FRIENDBOT_REF=f09f3e438519c02de8c26a85d317fec89853b4a6 build-testing: $(MAKE) build TAG=testing \