Skip to content

Commit

Permalink
Merge branch 'master' into prepareForPublication
Browse files Browse the repository at this point in the history
  • Loading branch information
imanushin authored Apr 19, 2024
2 parents 7433cac + 359d071 commit 085ad8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unbrokenDome = "0.5.0"
okhttp = "4.12.0"
jackson = "2.17.0"
# No need to keep the same Kotlin version with Gradle, at least because kotlin runtime is a transitive dependency of okhttp
kotlin = "1.9.22"
kotlin = "1.9.23"
junit = "5.10.2"

[libraries]
Expand All @@ -32,7 +32,7 @@ coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", ver


[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" }
gradlePublish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand All @@ -41,4 +41,4 @@ benManesVersions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" }

[bundles]
defaultTests = ["junit", "kotestAssertions"]
defaultTests = ["junit", "kotestAssertions"]

0 comments on commit 085ad8e

Please sign in to comment.