Skip to content

Commit

Permalink
Merge pull request #137 from JetBrains/dependabot/gradle/org.jetbrain…
Browse files Browse the repository at this point in the history
…s.dokka-1.8.20

Bump org.jetbrains.dokka from 1.8.10 to 1.8.20
  • Loading branch information
YannCebron committed Jun 6, 2023
2 parents 1557337 + bc55768 commit 928bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
kotlin("jvm") version "1.8.21"
id("com.gradle.plugin-publish") version "1.2.0"
id("org.jetbrains.changelog") version "2.0.0"
id("org.jetbrains.dokka") version "1.8.10"
id("org.jetbrains.dokka") version "1.8.20"
}

version = properties("version")!!
Expand Down

0 comments on commit 928bea1

Please sign in to comment.