Skip to content

Commit

Permalink
Bump Dokka to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Jan 7, 2025
1 parent cb06c2f commit 5e44f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {
implementation("com.huanshankeji:common-gradle-dependencies:0.7.1-20240314-boostrap") { exclude("org.jetbrains.kotlin") }
*/

implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0-Beta")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ object DependencyVersions {
val kotlin = "2.1.0" // compatible with the compose version below
val composeMultiplatform = "1.7.1"
val kotlinxBenchmark = "0.4.13"
val dokka = "2.0.0-Beta"
val dokka = "2.0.0"
val binaryCompatibilityValidator = "0.16.3"
}

val alignedPluginVersion = "0.9.0-SNAPSHOT"
val alignedPluginVersion = "0.9.1-SNAPSHOT"

// "x.y.z" indicates the version of the way of organizing the code,
// and the date indicates the version when the dependency versions are updated.
Expand Down

0 comments on commit 5e44f1d

Please sign in to comment.