11[versions ]
2- arrow = " 1.2.1"
3- arrowGradleConfig = " 0.11.0"
2+ arrow = " 2.0.1"
43coroutines = " 1.7.3"
5- dokka = " 1.9.10"
6- kotlin = " 1.9.20"
7- kotest = " 5.8.0"
8- kotest-plugin = " 5.8.0"
9- kover = " 0.7.4"
10- detekt = " 1.23.3"
11- ktor = " 2.3.6"
12- logback = " 1.4.11"
13- sqldelight =" 2.0.0"
14- testcontainers =" 1.19.3"
15- hikari =" 5.1.0"
16- postgresql =" 42.7.0"
17- kjwt =" 0.9.0"
18- kotest-arrow =" 1.4.0"
4+ kotlin = " 2.1.10"
5+ kotest = " 5.9.1"
6+ kover = " 0.9.1"
7+ detekt = " 1.23.7"
8+ ktor = " 3.1.0"
9+ logback = " 1.5.16"
10+ sqldelight =" 2.0.2"
11+ testcontainers =" 1.20.4"
12+ hikari =" 6.2.1"
13+ postgresql =" 42.7.5"
14+ kjwt =" 1.0.0"
15+ kotest-arrow =" 2.0.0"
1916kotest-testcontainers =" 2.0.2"
20- slugify =" 3.0.6 "
17+ slugify =" 3.0.7 "
2118suspendapp =" 0.4.0"
22- cohort =" 2.3.0"
23- spotless =" 6.22.0"
24- power-assert = " 0.13.0"
19+ cohort =" 2.6.1"
20+ spotless =" 7.0.2"
2521
2622[libraries ]
2723arrow-core = { module = " io.arrow-kt:arrow-core" , version.ref = " arrow" }
@@ -31,7 +27,6 @@ suspendapp = { module = "io.arrow-kt:suspendapp", version.ref = "suspendapp" }
3127suspendapp-ktor = { module = " io.arrow-kt:suspendapp-ktor" , version.ref = " suspendapp" }
3228coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" , version.ref = " coroutines" }
3329coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
34- dokka-core = { module = " org.jetbrains.dokka:dokka-core" , version.ref = " dokka" }
3530kotest-assertionsCore = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
3631kotest-frameworkEngine = { module = " io.kotest:kotest-framework-engine" , version.ref = " kotest" }
3732kotest-property = { module = " io.kotest:kotest-property" , version.ref = " kotest" }
@@ -44,7 +39,7 @@ ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
4439ktor-server-cors = { module = " io.ktor:ktor-server-cors" , version.ref = " ktor" }
4540ktor-server-defaultheaders = { module = " io.ktor:ktor-server-default-headers" , version.ref = " ktor" }
4641ktor-server-netty = { module = " io.ktor:ktor-server-netty" , version.ref = " ktor" }
47- ktor-server-tests = { module = " io.ktor:ktor-server-tests " , version.ref = " ktor" }
42+ ktor-server-tests = { module = " io.ktor:ktor-server-test-host " , version.ref = " ktor" }
4843ktor-server-auth = { module = " io.ktor:ktor-server-auth" , version.ref = " ktor" }
4944ktor-server-auth-jwt = { module = " io.ktor:ktor-server-auth-jwt" , version.ref = " ktor" }
5045ktor-server-resources = { module = " io.ktor:ktor-server-resources" , version.ref = " ktor" }
@@ -65,7 +60,7 @@ sqldelight-postgresql = { module = "app.cash.sqldelight:postgresql-dialect", ver
6560postgresql = { module =" org.postgresql:postgresql" , version.ref =" postgresql" }
6661kjwt-core = { module =" io.github.nefilim.kjwt:kjwt-core" , version.ref =" kjwt" }
6762slugify = { module =" com.github.slugify:slugify" , version.ref =" slugify" }
68- cohort-core = { module =" com.sksamuel.cohort:cohort-core " , version.ref =" cohort" }
63+ cohort-ktor = { module =" com.sksamuel.cohort:cohort-ktor " , version.ref =" cohort" }
6964cohort-hikari = { module =" com.sksamuel.cohort:cohort-hikari" , version.ref =" cohort" }
7065
7166[bundles ]
@@ -96,20 +91,17 @@ kotest = [
9691 " kotest-testcontainers"
9792]
9893cohort = [
99- " cohort-core " ,
94+ " cohort-ktor " ,
10095 " cohort-hikari"
10196]
10297
10398[plugins ]
104- arrowGradleConfig-formatter = { id = " io.arrow-kt.arrow-gradle-config-formatter" , version.ref = " arrowGradleConfig" }
105- arrowGradleConfig-kotlin = { id = " io.arrow-kt.arrow-gradle-config-kotlin" , version.ref = " arrowGradleConfig" }
106- dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
10799kover = { id = " org.jetbrains.kotlinx.kover" , version.ref = " kover" }
108- kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest-plugin " }
100+ kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
109101kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
102+ kotlin-assert = { id = " org.jetbrains.kotlin.plugin.power-assert" , version.ref = " kotlin" }
110103detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
111104kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
112105sqldelight = { id = " app.cash.sqldelight" , version.ref = " sqldelight" }
113106ktor = { id = " io.ktor.plugin" , version.ref = " ktor" }
114107spotless = { id = " com.diffplug.spotless" , version.ref = " spotless" }
115- power-assert = { id = " com.bnorm.power.kotlin-power-assert" , version.ref = " power-assert" }
0 commit comments