Skip to content

Commit

Permalink
chore(dependencies): Update dokka version to version present in maven…
Browse files Browse the repository at this point in the history
… central (spinnaker#4196) (spinnaker#4221)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 1412bd8)

Co-authored-by: Adam Bannach <91550524+abannachZen@users.noreply.github.com>
  • Loading branch information
mergify[bot] and abannachZen authored Feb 15, 2022
1 parent dc68a7a commit 981bef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id "org.jetbrains.kotlin.jvm" version "$kotlinVersion" apply false
id "org.jetbrains.kotlin.plugin.allopen" version "$kotlinVersion" apply false
id "io.gitlab.arturbosch.detekt" version "1.17.1" apply false
id "org.jetbrains.dokka" version "1.4.10" apply false
id "org.jetbrains.dokka" version "1.4.32" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion orca-api/orca-api.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")

dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.4.10")
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.4.32")

sampleImplementation(sourceSets.main.runtimeClasspath)
}
Expand Down

0 comments on commit 981bef8

Please sign in to comment.