Skip to content

Commit

Permalink
Merge pull request #1418 from pedroSG94/dependabot/gradle/org.jetbrai…
Browse files Browse the repository at this point in the history
…ns.dokka-1.9.20

Bump org.jetbrains.dokka from 1.9.10 to 1.9.20
  • Loading branch information
pedroSG94 committed Mar 5, 2024
2 parents 12e4969 + f9b27e9 commit 7bb8ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -9,7 +9,7 @@ val mockitoVersion by rootProject.extra { "5.2.1" }
plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.dokka") version "1.9.10" apply true
id("org.jetbrains.dokka") version "1.9.20" apply true
}

tasks.register("clean") {
Expand Down

0 comments on commit 7bb8ec1

Please sign in to comment.