Skip to content

Commit

Permalink
bump Kotest, Dokkatoo, Gradle Plugin Publish, KxS, Dokka (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy authored Jun 12, 2023
1 parent d63819b commit b1e6062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ dokkatoo {
"./images/logo-icon.svg",
)
}

versions {
jetbrainsDokka.set(libs.versions.kotlin.dokka)
}
}

tasks.dokkatooGeneratePublicationHtml {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

kotlin = "1.7.10" # should match Gradle's embedded Kotlin version https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin-dokka = "1.8.20"
kotlinx-serialization = "1.5.0"
kotlinx-serialization = "1.5.1"

kotest = "5.6.0"
kotest = "5.6.2"

gradlePlugin-android = "4.2.2"
gradlePlugin-dokkatoo = "1.1.1"
gradlePlugin-gradlePublishPlugin = "1.1.0"
gradlePlugin-dokkatoo = "1.4.0"
gradlePlugin-gradlePublishPlugin = "1.2.0"
gradlePlugin-bcvMu = "0.0.4"


Expand Down

0 comments on commit b1e6062

Please sign in to comment.