-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
24 lines (22 loc) · 1.47 KB
/
libs.versions.toml
File metadata and controls
24 lines (22 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[versions]
kotlin = "2.0.21"
kotest = "6.0.0.M1"
serialization = "1.7.3"
graphql = "8.3.0"
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-mutliplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-binaryCompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.17.0" }
kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" }
expediagroup-graphql = { id = "com.expediagroup.graphql", version.ref = "graphql" }
publication = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
[libraries]
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-common = { module = "io.kotest:kotest-common", version.ref = "kotest" }
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "2.0.0" }
graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" }
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.0.1" }