@@ -41,6 +41,7 @@ kotlin-redacted = "1.10.0"
41
41
kotlinx-multik = " 0.2.3"
42
42
kotlinx-dataframe = " 0.13.1"
43
43
kotlinx-kandy = " 0.5.0"
44
+ evas = " 1.0.0-RC"
44
45
karakum = " 1.0.0-alpha.40-K2"
45
46
seskar = " 3.13.0"
46
47
spring-boot = " 3.3.2"
@@ -82,7 +83,7 @@ logback-tyler = "0.7"
82
83
log4j = " 3.0.0-beta2"
83
84
jmh = " 1.37"
84
85
mrjar = " 0.1.1"
85
- ktfmt = " 0.50 "
86
+ ktfmt = " 0.52 "
86
87
google-javaformat = " 1.23.0"
87
88
palantir-javaformat = " 2.50.0"
88
89
google-auto-service = " 1.1.1"
@@ -180,7 +181,7 @@ gradle-develocity = "3.18"
180
181
nmcp = " 0.0.9"
181
182
nexus-publish = " 2.0.0"
182
183
shadow = " 8.3.0"
183
- spotless = " 7.0.0.BETA1 "
184
+ spotless = " 7.0.0.BETA2 "
184
185
semver-plugin = " 0.7.0"
185
186
tasktree = " 4.0.0"
186
187
dependency-analysis = " 1.33.0"
@@ -202,7 +203,7 @@ jib-plugin = "3.4.3"
202
203
jib-nativeimage-extn = " 0.1.0"
203
204
includegit-plugin = " 0.1.6"
204
205
kmp-hierarchy = " 1.1"
205
- mappie = " 0.6 .0"
206
+ mappie = " 0.7 .0"
206
207
207
208
[libraries ]
208
209
# External plugins for precompiled script plugins (build-logic)
@@ -246,6 +247,7 @@ build-kotlinx-bcv = { module = "org.jetbrains.kotlinx:binary-
246
247
build-buildkonfig-plugin = { module = " com.codingfeline.buildkonfig:buildkonfig-gradle-plugin" , version.ref = " buildkonfig" }
247
248
build-gmazzo-buildconfig = { module = " com.github.gmazzo.buildconfig:plugin" , version.ref = " gmazzo-buildconfig" }
248
249
build-mokkery-plugin = { module = " dev.mokkery:mokkery-gradle" , version.ref = " mokkery" }
250
+ build-mappie-plugin = { module = " tech.mappie:gradle-plugin" , version.ref = " mappie" }
249
251
build-cash-molecule-plugin = { module = " app.cash.molecule:molecule-gradle-plugin" , version.ref = " cash-molecule" }
250
252
build-modulegraph-plugin = { module = " dev.iurysouza:modulegraph" , version.ref = " modulegraph" }
251
253
build-npm-publish-plugin = { module = " dev.petuska:npm-publish-gradle-plugin" , version.ref = " npm-publish-plugin" }
@@ -290,6 +292,7 @@ kotlin-redacted-annotations = { module = "dev.zacsweers.redacted:redact
290
292
kotlin-cryptography-core = { module = " dev.whyoleg.cryptography:cryptography-core" , version.ref = " kotlin-cryptography" }
291
293
kotlin-cryptography-random = { module = " dev.whyoleg.cryptography:cryptography-random" , version.ref = " kotlin-cryptography" }
292
294
kotlin-cryptography-webcrypto = { module = " dev.whyoleg.cryptography:cryptography-provider-webcrypto" , version.ref = " kotlin-cryptography" }
295
+ evas = { module = " io.sellmair:evas" , version.ref = " evas" }
293
296
jspecify = { module = " org.jspecify:jspecify" , version.ref = " jspecify" }
294
297
295
298
ktor-bom = { module = " io.ktor:ktor-bom" , version.ref = " ktor" }
@@ -538,6 +541,7 @@ compose-routing = { module = "app.softwork:routing-compose"
538
541
compose-icons-fontAwesome = { module = " br.com.devsrsouza.compose.icons:font-awesome" , version.ref = " compose-icons" }
539
542
detekt-compose-rules = { module = " io.nlopez.compose.rules:detekt" , version.ref = " detekt-compose-rules" }
540
543
compose-kottie = { module = " io.github.ismai117:kottie" , version.ref = " kottie" }
544
+ evas-compose = { module = " io.sellmair:evas-compose" , version.ref = " evas" }
541
545
542
546
kobweb-api = { module = " com.varabyte.kobweb:kobweb-api" , version.ref = " kobweb" }
543
547
kobweb-core = { module = " com.varabyte.kobweb:kobweb-core " , version.ref = " kobweb" }
0 commit comments