Skip to content

Commit 302e727

Browse files
committed
chore: build plugin 1.10.0 update
1 parent 34d6341 commit 302e727

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
java = "25"
33
kotlin = "2.1.20-Beta2"
4-
kotlin-ksp = "2.1.20-Beta2-1.0.29"
4+
kotlin-ksp = "2.1.20-Beta2-1.0.30"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.1"
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Gradle Dependencies Versions
23-
bc-plugins = "1.9.0"
23+
bc-plugins = "1.10.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -68,7 +68,7 @@ sslcontext-kickstart = "9.0.0"
6868
ksp-auto-service = "1.2.0"
6969
gradle-kotlin-dsl = "4.3.1"
7070
zip-prefixer = "0.3.1"
71-
ajalt-mordant = "3.0.1"
71+
ajalt-mordant = "3.0.2"
7272
ajalt-clikt = "5.0.3"
7373
ajalt-colormath = "3.6.1"
7474
classgraph = "4.8.179"
@@ -86,7 +86,7 @@ koin = "4.1.0-Beta5"
8686
koin-annotations = "2.0.0-RC1"
8787
kotest = "6.0.0.M2"
8888
mockk = "1.13.16"
89-
mokkery = "2.6.1"
89+
mokkery = "2.7.0"
9090
wiremock = "3.12.0"
9191
wiremock-kotlin = "2.1.1"
9292
okhttp = "5.0.0-alpha.14"
@@ -177,6 +177,7 @@ mcp4k = "0.3.4"
177177
dflib = "2.0.0-M2"
178178
ldaptive = "2.4.0"
179179
chicory = "1.0.0"
180+
weh-bindings = "0.2"
180181
log4k = "0.30.0"
181182
rwmutex = "1.0.0"
182183
bluesky-ozone = "0.3.1"
@@ -194,7 +195,7 @@ compose-hotreload = "1.0.0"
194195
compose-icons = "1.1.1"
195196
compose-routing = "0.4.0"
196197
kottie = "2.0.1"
197-
mosaic = "0.15.0"
198+
mosaic = "0.16.0"
198199

199200
# NPM Dependencies
200201
npm-highlightjs = "11.11.0"
@@ -657,9 +658,16 @@ rwmutex = { module = "com.mayakapps.rwmutex:rwmutex
657658

658659
# Wasm
659660
chicory = { module = "com.dylibso.chicory:runtime" , version.ref = "chicory" }
661+
chicory-bom = { module = "com.dylibso.chicory:bom" , version.ref = "chicory" }
660662
chicory-aot = { module = "com.dylibso.chicory:aot-experimental" , version.ref = "chicory" }
661663
chicory-hostmodule-annproc = { module = "com.dylibso.chicory:host-module-annotations-experimental" , version.ref = "chicory" }
664+
chicory-wasi = { module = "com.dylibso.chicory:wasi" , version.ref = "chicory" }
665+
chicory-simd = { module = "com.dylibso.chicory:simd-experimental" , version.ref = "chicory" }
662666
chasm = { module = "io.github.charlietap.chasm:chasm" , version.ref = "chasm" }
667+
weh-chasm-wasip1 = { module = "at.released.weh:bindings-chasm-wasip1" , version.ref = "weh-bindings" }
668+
weh-chasm-emscripten = { module = "at.released.weh:bindings-chasm-emscripten" , version.ref = "weh-bindings" }
669+
weh-chicory-wasip1 = { module = "at.released.weh:bindings-chicory-wasip1" , version.ref = "weh-bindings" }
670+
weh-chicory-emscripten = { module = "at.released.weh:bindings-chicory-emscripten" , version.ref = "weh-bindings" }
663671

664672
# AI/ML
665673
langchain4j = { module = "dev.langchain4j:langchain4j" , version.ref = "langchain4j" }

0 commit comments

Comments
 (0)