Skip to content

Commit 35ab7b1

Browse files
committed
chore: fix webpack build issue
1 parent 192670c commit 35ab7b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id("gg.jte.gradle")
1212
id("com.gradleup.shadow")
1313
alias(libs.plugins.jetbrains.ktor)
14-
// alias(libs.plugins.exoquery)
14+
alias(libs.plugins.exoquery)
1515
id("dev.suresh.plugin.publishing")
1616
kotlin("plugin.dataframe")
1717
// id("dev.suresh.plugin.graalvm")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org-url = "https://suresh.dev"
2323
bc-plugins = "2.22.0"
2424
kotlinx-kover = "0.9.3"
2525
kotlin-dokka = "2.1.0"
26-
kotlinx-io = "0.8.1"
26+
kotlinx-io = "0.8.2"
2727
kotlinx-atomicfu = "0.30.0-beta"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinx-datetime = "0.7.1"
@@ -263,7 +263,7 @@ graalvm-nativeimage = "0.11.3"
263263
github-depgraph = "0.1.0"
264264
github-changelog = "2.2.0"
265265
buildkonfig = "0.17.1"
266-
gmazzo-buildconfig = "6.0.2"
266+
gmazzo-buildconfig = "6.0.3"
267267
cyclonedx-plugin = "1.10.0"
268268
modulegraph = "0.13.0"
269269
exposed-plugin = "0.2.1"

0 commit comments

Comments
 (0)