Skip to content

Commit

Permalink
build: separate the versions of Kotlin and Dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Apr 4, 2022
1 parent 26fbcbb commit a918100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[versions]
dokka = "1.6.10"
kotest = "5.2.2"
kotlin = "1.6.10"
mockito = "4.4.0"
Expand All @@ -14,7 +15,7 @@ nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version.ref
kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm", "mockito-core" ]

[plugins]
dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
gitSemVer = { id = "org.danilopianini.git-sensitive-semantic-versioning", version = "0.3.0" }
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "0.21.0" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down

0 comments on commit a918100

Please sign in to comment.