Skip to content

Commit

Permalink
Merge pull request #48 from Nopock/renovate/org.jetbrains.dokka-1.x
Browse files Browse the repository at this point in the history
chore(deps): update plugin org.jetbrains.dokka to v1.9.0
  • Loading branch information
Nopock committed Sep 13, 2023
2 parents 8c7accd + c8ea79c commit 1a394bf
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 @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.10"
id("org.jetbrains.dokka") version "1.8.10"
id("org.jetbrains.dokka") version "1.9.0"
id("maven-publish")
id("java-library")
}
Expand Down

0 comments on commit 1a394bf

Please sign in to comment.