version bump

This commit is contained in:
Sergey Chernov 2025-01-06 17:52:25 +03:00
parent 92ad1a5cff
commit 5e61688f0c

View File

@ -9,7 +9,7 @@ val logback_version="1.2.10"
group = "net.sergeych"
version = "0.3.1"
version = "0.3.2-SNAPSHOT"
repositories {
mavenCentral()
@ -23,15 +23,8 @@ repositories {
kotlin {
jvm {
// compilations.all {
// kotlinOptions.jvmTarget = "1.8"
// }
withJava()
testRuns["test"].executionTask.configure {
useJUnitPlatform()
}
}
jvmToolchain(17)
jvm()
js(IR) {
browser {
// commonWebpackConfig {