Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.dokka:org.jetbrains.dokka.…
Browse files Browse the repository at this point in the history
…gradle.plugin to v1.9.10 (#586)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent c7defd7 commit 37df9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.8.20")
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.9.10")
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
}

0 comments on commit 37df9eb

Please sign in to comment.