Skip to content

Commit

Permalink
Merge pull request #1151 from SimonMarquis/patch-2
Browse files Browse the repository at this point in the history
Update Dokka 1.9.0
  • Loading branch information
Raibaz committed Sep 12, 2023
2 parents c398a2e + b127a36 commit c379e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val kotlinPluginVersion: String = "1.9.10"

val androidGradle = "8.1.1"
val kotlinxKover = "0.7.3"
val dokka = "1.7.10"
val dokka = "1.9.0"
val binaryCompatibilityValidator = "0.13.2"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/buildsrc/config/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Deps {
object Versions {
val jvmTarget = JavaVersion.VERSION_11

const val dokka = "1.7.10"
const val dokka = "1.9.0"
const val kotlinDefault = "1.9.10"
const val coroutines = "1.6.4"
const val slfj = "2.0.5"
Expand Down

0 comments on commit c379e49

Please sign in to comment.