Skip to content

Commit

Permalink
Merge branch 'main' into feat/openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
finalchild authored Oct 11, 2024
2 parents 3902b6f + d33a30c commit 91f32ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version = "2.3.12"}
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version = "2.3.12" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.20" }
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.0.20" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.21" }
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.0.21" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" }
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
Expand Down

0 comments on commit 91f32ea

Please sign in to comment.