From 67f1c46862e8a356f8a76dc944f02fa9103ee002 Mon Sep 17 00:00:00 2001 From: Boof2015 <75185879+Boof2015@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:34:55 -0400 Subject: [PATCH] update JUCE --- .github/workflows/release.yml | 2 +- plugin/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d82ee65..8614679 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} env: CMAKE_BUILD_PARALLEL_LEVEL: '4' - PRISM_JUCE_VERSION: 8.0.4 + PRISM_JUCE_VERSION: 8.0.13 PRISM_WEBVIEW2_VERSION: 1.0.1901.177 SCCACHE_GHA_ENABLED: 'true' SCCACHE_IGNORE_SERVER_IO_ERROR: '1' diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 2bd1729..20017ab 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -22,7 +22,7 @@ else() include(FetchContent) FetchContent_Declare(JUCE GIT_REPOSITORY https://github.com/juce-framework/JUCE.git - GIT_TAG 8.0.4 + GIT_TAG 8.0.13 GIT_SHALLOW TRUE) FetchContent_MakeAvailable(JUCE) endif()