From 573fc921bbd581881293ee0bf393a0f97d98ab74 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sun, 8 Dec 2024 10:17:34 +0100 Subject: [PATCH] Update vst-ui-base dependency to version 1.1.2 Upgraded the nl.astraeus:vst-ui-base library from version 1.1.1 to 1.1.2 in the build.gradle.kts file. This update aims to take advantage of improvements or bug fixes introduced in the new version. Keeping dependencies up to date helps maintain code reliability and performance. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 029762f..7fdd9e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ kotlin { //base implementation("nl.astraeus:kotlin-css-generator:1.0.10") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0") - implementation("nl.astraeus:vst-ui-base:1.1.1") + implementation("nl.astraeus:vst-ui-base:1.1.2") } } val jsMain by getting {