-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibs.versions.toml
24 lines (20 loc) · 1.43 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# List of dependencies of the project
[versions]
arrow = "2.0.0" # https://github.com/arrow-kt/arrow/releases
kotlinx-coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines/releases
kotlinx-datetime = "0.6.1" # https://github.com/Kotlin/kotlinx-datetime/releases
gradle-testkit = "8.10.1" # https://gradle.org/releases/
parameterize = "0.3.3" # https://github.com/BenWoodworth/Parameterize/releases
ktor = "3.0.3" # https://ktor.io/docs/releases.html#release-details
kti = { strictly = "0.1.0" } # https://gitlab.com/opensavvy/groundwork/kotlin-test-initiative/-/releases
[plugins]
[libraries]
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
gradle-testkit = { module = "dev.gradleplugins:gradle-test-kit", version.ref = "gradle-testkit" }
arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
parameterize = { module = "com.benwoodworth.parameterize:parameterize", version.ref = "parameterize" }
ktor-testHost = { module = "io.ktor:ktor-server-test-host", version.ref = "ktor" }
kti = { module = "dev.opensavvy.kti:kotlin-test-initiative", version.ref = "kti" }
[bundles]