Skip to content

Commit

Permalink
fix: bump org.jetbrains.dokka from 1.6.0 to 1.6.10
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.dokka from 1.6.0 to 1.6.10.

---
updated-dependencies:
- dependency-name: org.jetbrains.dokka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Dec 28, 2021
1 parent 67e6c56 commit d32de9f
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 @@ -6,7 +6,7 @@ plugins {
`maven-publish`
id("com.gradle.plugin-publish") version "0.18.0"
id("de.undercouch.download") version "4.1.2"
id("org.jetbrains.dokka") version "1.6.0"
id("org.jetbrains.dokka") version "1.6.10"
id("org.jetbrains.kotlin.jvm") version "1.6.10"
}

Expand Down

0 comments on commit d32de9f

Please sign in to comment.