Skip to content

Commit

Permalink
Merge pull request #33 from TheProgramSrc/renovate/org.jetbrains.dokk…
Browse files Browse the repository at this point in the history
…a-1.x

Update plugin org.jetbrains.dokka to v1.6.21
  • Loading branch information
Im-Fran committed May 7, 2022
2 parents 9ac5635 + ffbf648 commit 1ca109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.jetbrains.dokka' version '1.6.10'
id 'org.jetbrains.dokka' version '1.6.21'
}

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

0 comments on commit 1ca109c

Please sign in to comment.