@@ -22,7 +22,7 @@ publish-org-url = "https://suresh.dev"
22
22
publish-scm-url = " https://github.com/sureshg/kotlin-mpp-playground"
23
23
24
24
# Gradle Dependencies Versions
25
- kotlinx-kover = " 0.7.2 "
25
+ kotlinx-kover = " 0.7.3 "
26
26
kotlinx-io = " 0.2.1"
27
27
kotlinx-atomicfu = " 0.21.0"
28
28
kotlinx-coroutines = " 1.7.3"
@@ -34,7 +34,7 @@ kotlinx-html = "0.9.1"
34
34
kotlinx-benchmark = " 0.4.8"
35
35
kotlinx-reflect-lite = " 1.1.0"
36
36
kotlinx-bincompat = " 0.13.2"
37
- kotlin-wrappers = " 1.0.0-pre.601 "
37
+ kotlin-wrappers = " 1.0.0-pre.602 "
38
38
zip-prefixer = " 0.3.1"
39
39
ajalt-mordant = " 2.0.1"
40
40
ajalt-clikt = " 4.1.0"
@@ -90,7 +90,11 @@ hikariCP = "5.0.1"
90
90
h2 = " 2.2.220"
91
91
micrometer = " 1.11.2"
92
92
swagger-ui = " 5.1.3"
93
+ hoplite = " 2.8.0-RC1"
93
94
config4k = " 0.6.0"
95
+ shedlock = " 5.6.0"
96
+ sherlock = " 0.4.19"
97
+ expiringmap = " 0.5.10"
94
98
apache-commons-imaging = " 1.0-alpha3"
95
99
96
100
# NPM Dependencies
@@ -122,6 +126,7 @@ jetbrains-compose = "1.4.3"
122
126
jetbrains-compose-compiler = " 1.5.0"
123
127
cash-molecule = " 1.1.0"
124
128
npm-publish-plugin = " 3.4.1"
129
+ exposed-plugin = " 0.2.1"
125
130
126
131
127
132
[libraries ]
@@ -163,6 +168,7 @@ build-jetbrains-compose-mpp = { module = "org.jetbrains.compose:compose
163
168
build-jetbrains-compose-runtime = { module = " org.jetbrains.compose.runtime:runtime" , version.ref = " jetbrains-compose" }
164
169
build-jetbrains-compose-compiler = { module = " org.jetbrains.compose.compiler:compiler" , version.ref = " jetbrains-compose-compiler" }
165
170
build-npm-publish-plugin = { module = " dev.petuska:npm-publish-gradle-plugin" , version.ref = " npm-publish-plugin" }
171
+ build-exposed-plugin = { module = " gradle.plugin.com.jetbrains.exposed.gradle:plugin" , version.ref = " exposed-plugin" }
166
172
167
173
# Gradle Dependencies
168
174
kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
@@ -241,6 +247,10 @@ hikariCP = { module = "com.zaxxer:HikariCP"
241
247
micrometer-prometheus = { module = " io.micrometer:micrometer-registry-prometheus" , version.ref = " micrometer" }
242
248
h2 = { module = " com.h2database:h2" , version.ref = " h2" }
243
249
config4k = { module = " io.github.config4k:config4k" , version.ref = " config4k" }
250
+ hoplite-hocon = { module = " com.sksamuel.hoplite:hoplite-hocon" , version.ref = " hoplite" }
251
+ expiringmap = { module = " net.jodah:expiringmap" , version.ref = " expiringmap" }
252
+ shedlock-jdbc = { module = " net.javacrumbs.shedlock:shedlock-provider-jdbc" , version.ref = " shedlock" }
253
+ sherlock-sql = { module = " com.coditory.sherlock:sherlock-sql" , version.ref = " sherlock" }
244
254
245
255
kotlin-retry = { module = " com.michael-bull.kotlin-retry:kotlin-retry" , version.ref = " kotlin-retry" }
246
256
kotest-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
@@ -367,6 +377,8 @@ ktor-client = [
367
377
[plugins ]
368
378
kotlin-allopen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
369
379
kotlinx-benchmark = { id = " org.jetbrains.kotlinx.benchmark" , version.ref = " kotlinx-benchmark" }
380
+ ktor = { id = " io.ktor.plugin" , version.ref = " ktor" }
381
+ exposed = { id = " com.jetbrains.exposed.gradle.plugin" , version.ref = " exposed-plugin" }
370
382
jte = { id = " gg.jte.gradle" , version.ref = " jte" }
371
383
benmanes = { id = " com.github.ben-manes.versions" , version.ref = " benmanes" }
372
384
bestpractices = { id = " com.autonomousapps.plugin-best-practices-plugin" , version.ref = " best-practices-plugin" }
0 commit comments