From 4672360860757874e73e994246ce372c766aadba Mon Sep 17 00:00:00 2001 From: KierPalin <45743174+KierPalin@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:49:41 +0100 Subject: [PATCH] pxtarget.json: githubCorePackage bumped from v0.2.13 to v0.3.0. Raises cmake_minimum_required of utils/cmake/JSONParser.cmake from 3.1 to 3.6; this is important because CMake 4.0.0 deprecates <3.5. This meant that pxt-microbit couldn't be compiled with CMake versions newer than 4.0.0 --- pxtarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 90f4ceeb06a..06fe467036c 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -205,7 +205,7 @@ }, "codalBinary": "MICROBIT", "githubCorePackage": "lancaster-university/microbit-v2-samples", - "gittag": "v0.2.13", + "gittag": "v0.3.0", "serviceId": "mbcodal2", "dockerImage": "pext/yotta:latest", "yottaConfigCompatibility": true