Skip to content

Commit

Permalink
Toml file cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoocampoh committed Oct 5, 2023
1 parent 27a6dcf commit 6028dc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mockk = "1.13.8"

[bundles]
kotest = [
"kotest-assertionsCore",
"kotest-property",
"kotest-frameworkDatatest"
]
Expand All @@ -22,7 +21,6 @@ kotlinx-coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-co

# Kotest
kotest-runnerJUnit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertionsCore = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
kotest-frameworkDatatest = { module = "io.kotest:kotest-framework-datatest", version.ref = "kotest" }

Expand All @@ -32,9 +30,7 @@ mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
# Commons codecs
commonsCodecs = { module = "commons-codec:commons-codec", version.ref = "commonsCodec" }


[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-allOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintPlugin" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokkaPlugin" }

0 comments on commit 6028dc7

Please sign in to comment.