Skip to content

Commit

Permalink
build: split 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 cac0eff commit 25e0173
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"
kotlin = "1.6.10"
kotest = "5.2.2"
mockito = "4.4.0"
Expand All @@ -12,7 +13,7 @@ mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
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" }
gradle-plugin-publish = { 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 25e0173

Please sign in to comment.