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()