Update to version 2.2.0-alpha-4 and bump kotlin-komponent to 1.2.8

This commit is contained in:
2025-06-12 19:48:27 +02:00
parent 5da8424c40
commit 7c87274a04

View File

@@ -10,7 +10,7 @@ plugins {
}
group = "nl.astraeus"
version = "2.2.0-alpha-2"
version = "2.2.0-alpha-4"
repositories {
mavenCentral()
@@ -47,7 +47,7 @@ kotlin {
}
val jsMain by getting {
dependencies {
api("nl.astraeus:kotlin-komponent:1.2.7")
api("nl.astraeus:kotlin-komponent:1.2.8")
}
}
val jsTest by getting {