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 3, 2023
1 parent b557b2f commit 151e02f
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 151e02f

Please sign in to comment.