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.
This commit is contained in:
@@ -43,7 +43,7 @@ kotlin {
|
|||||||
//base
|
//base
|
||||||
implementation("nl.astraeus:kotlin-css-generator:1.0.10")
|
implementation("nl.astraeus:kotlin-css-generator:1.0.10")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
|
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 {
|
val jsMain by getting {
|
||||||
|
|||||||
Reference in New Issue
Block a user