11[versions ]
22java = " 25"
33kotlin = " 2.1.20-Beta2"
4- kotlin-ksp = " 2.1.20-Beta2-1.0.29 "
4+ kotlin-ksp = " 2.1.20-Beta2-1.0.30 "
55kotlin-jvmtarget = " 21"
66kotlin-dsl-jvmtarget = " 21"
77kotlin-api-version = " 2.1"
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020org-url = " https://suresh.dev"
2121
2222# Gradle Dependencies Versions
23- bc-plugins = " 1.9 .0"
23+ bc-plugins = " 1.10 .0"
2424kotlinx-kover = " 0.9.1"
2525kotlinx-bcv = " 0.17.0"
2626kotlin-dokka = " 2.0.0"
@@ -68,7 +68,7 @@ sslcontext-kickstart = "9.0.0"
6868ksp-auto-service = " 1.2.0"
6969gradle-kotlin-dsl = " 4.3.1"
7070zip-prefixer = " 0.3.1"
71- ajalt-mordant = " 3.0.1 "
71+ ajalt-mordant = " 3.0.2 "
7272ajalt-clikt = " 5.0.3"
7373ajalt-colormath = " 3.6.1"
7474classgraph = " 4.8.179"
@@ -86,7 +86,7 @@ koin = "4.1.0-Beta5"
8686koin-annotations = " 2.0.0-RC1"
8787kotest = " 6.0.0.M2"
8888mockk = " 1.13.16"
89- mokkery = " 2.6.1 "
89+ mokkery = " 2.7.0 "
9090wiremock = " 3.12.0"
9191wiremock-kotlin = " 2.1.1"
9292okhttp = " 5.0.0-alpha.14"
@@ -177,6 +177,7 @@ mcp4k = "0.3.4"
177177dflib = " 2.0.0-M2"
178178ldaptive = " 2.4.0"
179179chicory = " 1.0.0"
180+ weh-bindings = " 0.2"
180181log4k = " 0.30.0"
181182rwmutex = " 1.0.0"
182183bluesky-ozone = " 0.3.1"
@@ -194,7 +195,7 @@ compose-hotreload = "1.0.0"
194195compose-icons = " 1.1.1"
195196compose-routing = " 0.4.0"
196197kottie = " 2.0.1"
197- mosaic = " 0.15 .0"
198+ mosaic = " 0.16 .0"
198199
199200# NPM Dependencies
200201npm-highlightjs = " 11.11.0"
@@ -657,9 +658,16 @@ rwmutex = { module = "com.mayakapps.rwmutex:rwmutex
657658
658659# Wasm
659660chicory = { module = " com.dylibso.chicory:runtime" , version.ref = " chicory" }
661+ chicory-bom = { module = " com.dylibso.chicory:bom" , version.ref = " chicory" }
660662chicory-aot = { module = " com.dylibso.chicory:aot-experimental" , version.ref = " chicory" }
661663chicory-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" }
662666chasm = { 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
665673langchain4j = { module = " dev.langchain4j:langchain4j" , version.ref = " langchain4j" }
0 commit comments