Skip to content

Commit 5416b01

Browse files
Update plugin org.graalvm.buildtools.native to v0.10.6
1 parent 474b190 commit 5416b01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-native-image/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("jvm") version "2.0.21"
33
application
4-
id("org.graalvm.buildtools.native") version "0.10.3"
4+
id("org.graalvm.buildtools.native") version "0.10.6"
55
}
66

77
group = "io.ktor.samples"

native-image-server-with-yaml-config/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
kotlin("jvm") version "2.0.10"
77
id("io.ktor.plugin") version "3.1.2"
88
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10"
9-
id("org.graalvm.buildtools.native") version "0.10.2"
9+
id("org.graalvm.buildtools.native") version "0.10.6"
1010
}
1111

1212
group = "example.com"

0 commit comments

Comments
 (0)