From d58bdfb235f1a372b3a120893ad82a8583aab06e Mon Sep 17 00:00:00 2001 From: Kasper Lund Date: Mon, 2 Sep 2024 07:06:58 +0200 Subject: [PATCH] Update to SDK v2.0.0-alpha.160. --- .github/workflows/build.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5c048d4..889eed79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ on: env: SUPPORTED_SDK_VERSIONS: | v2.0.0-alpha.159 + v2.0.0-alpha.160 jobs: build: diff --git a/Makefile b/Makefile index b0a660d4..7fdba63c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ endif TOITRUN ?= toit.run$(EXE_SUFFIX) -LOCAL_DEV_SDK ?= v2.0.0-alpha.159 +LOCAL_DEV_SDK ?= v2.0.0-alpha.160 SETUP_LOCAL_DEV_SERVICE ?= v0.0.1 SUPABASE_DIRS := supabase_artemis public/supabase_broker