Skip to content

Commit

Permalink
Replace a $dokkaVersion placeholder with the current version
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Jan 19, 2023
1 parent a7c9313 commit d6a521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/versioning/README.md
Expand Up @@ -295,7 +295,7 @@ buildscript {
}

dependencies {
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:$dokkaVersion")
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.7.20")
}

tasks.dokkaHtml {
Expand Down

0 comments on commit d6a521f

Please sign in to comment.