@@ -22,7 +22,7 @@ publish-org-url = "https://suresh.dev"
2222publish-scm-url = " https://github.com/sureshg/kotlin-mpp-playground"
2323
2424# Gradle Dependencies Versions
25- kotlinx-kover = " 0.7.2 "
25+ kotlinx-kover = " 0.7.3 "
2626kotlinx-io = " 0.2.1"
2727kotlinx-atomicfu = " 0.21.0"
2828kotlinx-coroutines = " 1.7.3"
@@ -34,7 +34,7 @@ kotlinx-html = "0.9.1"
3434kotlinx-benchmark = " 0.4.8"
3535kotlinx-reflect-lite = " 1.1.0"
3636kotlinx-bincompat = " 0.13.2"
37- kotlin-wrappers = " 1.0.0-pre.601 "
37+ kotlin-wrappers = " 1.0.0-pre.602 "
3838zip-prefixer = " 0.3.1"
3939ajalt-mordant = " 2.0.1"
4040ajalt-clikt = " 4.1.0"
@@ -90,7 +90,11 @@ hikariCP = "5.0.1"
9090h2 = " 2.2.220"
9191micrometer = " 1.11.2"
9292swagger-ui = " 5.1.3"
93+ hoplite = " 2.8.0-RC1"
9394config4k = " 0.6.0"
95+ shedlock = " 5.6.0"
96+ sherlock = " 0.4.19"
97+ expiringmap = " 0.5.10"
9498apache-commons-imaging = " 1.0-alpha3"
9599
96100# NPM Dependencies
@@ -122,6 +126,7 @@ jetbrains-compose = "1.4.3"
122126jetbrains-compose-compiler = " 1.5.0"
123127cash-molecule = " 1.1.0"
124128npm-publish-plugin = " 3.4.1"
129+ exposed-plugin = " 0.2.1"
125130
126131
127132[libraries ]
@@ -163,6 +168,7 @@ build-jetbrains-compose-mpp = { module = "org.jetbrains.compose:compose
163168build-jetbrains-compose-runtime = { module = " org.jetbrains.compose.runtime:runtime" , version.ref = " jetbrains-compose" }
164169build-jetbrains-compose-compiler = { module = " org.jetbrains.compose.compiler:compiler" , version.ref = " jetbrains-compose-compiler" }
165170build-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" }
166172
167173# Gradle Dependencies
168174kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
@@ -241,6 +247,10 @@ hikariCP = { module = "com.zaxxer:HikariCP"
241247micrometer-prometheus = { module = " io.micrometer:micrometer-registry-prometheus" , version.ref = " micrometer" }
242248h2 = { module = " com.h2database:h2" , version.ref = " h2" }
243249config4k = { 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" }
244254
245255kotlin-retry = { module = " com.michael-bull.kotlin-retry:kotlin-retry" , version.ref = " kotlin-retry" }
246256kotest-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
@@ -367,6 +377,8 @@ ktor-client = [
367377[plugins ]
368378kotlin-allopen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
369379kotlinx-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" }
370382jte = { id = " gg.jte.gradle" , version.ref = " jte" }
371383benmanes = { id = " com.github.ben-manes.versions" , version.ref = " benmanes" }
372384bestpractices = { id = " com.autonomousapps.plugin-best-practices-plugin" , version.ref = " best-practices-plugin" }
0 commit comments