Skip to content

Commit 06cc110

Browse files
committed
Update Graal dep
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 2bbd768 commit 06cc110

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
implementation(libs.apache.commons.lang3)
2727
implementation(libs.bundles.kotlin.logging)
2828
implementation(libs.pprint)
29-
implementation(libs.graal.polyglot)
3029
implementation(libs.graal.js)
3130
implementation(libs.kotlin.faker)
3231
implementation(libs.underscore)

libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ moshix-adapters = { module = "dev.zacsweers.moshix:moshi-adapters", version.ref
5454
http4k-core = { module = "org.http4k:http4k-core", version.ref = "http4k" }
5555
http4k-client-apache = { module = "org.http4k:http4k-client-apache", version.ref = "http4k" }
5656
http4k-format-moshi = { module = "org.http4k:http4k-format-moshi", version.ref = "http4k" }
57-
graal-polyglot = { module = "org.graalvm.polyglot:polyglot", version.ref = "graal" }
5857
graal-js = { module = "org.graalvm.js:js-language", version.ref = "graal" }
5958
underscore = { module = "com.github.javadev:underscore", version.ref = "underscore" }
6059
kotlin-faker = { module = "io.github.serpro69:kotlin-faker", version.ref = "kotlin-faker" }

0 commit comments

Comments
 (0)