Update VST Worklet Base dependency version

Upgrade the nl.astraeus:vst-worklet-base dependency from version 1.0.0-SNAPSHOT to 1.0.1 in audio-worklet/build.gradle.kts. This change ensures compatibility with the updated library while bringing in any fixes or enhancements included in the new version.
This commit is contained in:
2024-12-08 20:43:00 +01:00
parent 52c7495f43
commit 29aac228e5

View File

@@ -40,7 +40,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("nl.astraeus:vst-worklet-base:1.0.0-SNAPSHOT")
implementation("nl.astraeus:vst-worklet-base:1.0.1")
}
}
val jsMain by getting