Skip to content

Commit

Permalink
Update plugin org.jetbrains.dokka to v1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2022
1 parent ae879ea commit 73f30b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'net.kyori.blossom' version '1.2.0'
id 'org.jetbrains.dokka' version '1.6.21'
id 'org.jetbrains.dokka' version '1.7.10'
}

def projectVersion = (System.getenv("VERSION") ?: '0.2.2-SNAPSHOT').replaceFirst("v", "").replace('/', '')
Expand Down

0 comments on commit 73f30b8

Please sign in to comment.