Skip to content

Commit

Permalink
Merge branch 'main' into headers
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles committed May 20, 2024
2 parents 8ec482f + 28be807 commit 96691cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.9.21" apply false
kotlin("multiplatform") version "1.9.24" apply false
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion fuel-kotlinx-serialization/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
kotlin("plugin.serialization") version "1.9.21"
kotlin("plugin.serialization") version "1.9.24"
id("publication")
id("org.jetbrains.kotlinx.kover")
}
Expand Down
2 changes: 1 addition & 1 deletion fuel-moshi-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("jvm")
id("publication")
id("org.jetbrains.kotlinx.kover")
id("com.google.devtools.ksp") version "1.9.21-1.0.16"
id("com.google.devtools.ksp") version "1.9.24-1.0.20"
}

kotlin {
Expand Down

0 comments on commit 96691cf

Please sign in to comment.