Skip to content

Commit

Permalink
fixing kaccelero
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Sep 23, 2024
1 parent 5f07a40 commit df5ea39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
kotlin("multiplatform") version "2.0.0"
id("org.jetbrains.kotlinx.kover") version "0.8.0"
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
kotlin("multiplatform") version "2.0.20"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
id("com.vanniktech.maven.publish") version "0.28.0"
id("dev.petuska.npm.publish") version "3.4.1"
}

group = "me.nathanfallet.makth"
version = "1.3.0"
version = "1.3.1"

repositories {
mavenCentral()
Expand Down Expand Up @@ -91,7 +91,7 @@ kotlin {
}
val commonMain by getting {
dependencies {
api("dev.kaccelero:core:0.2.0")
api("dev.kaccelero:core:0.3.0")
}
}
val commonTest by getting {
Expand Down

0 comments on commit df5ea39

Please sign in to comment.