Skip to content

Commit 0711d79

Browse files
committed
Update dependencies
1 parent aec5ad2 commit 0711d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Kotlin/hexagon/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
plugins {
33
id "org.jetbrains.kotlin.jvm" version "2.1.0" apply false
4-
id "org.graalvm.buildtools.native" version "0.10.4" apply false
4+
id "org.graalvm.buildtools.native" version "0.10.5" apply false
55
}
66

77
version = "1.0.0"
88
description = "TFB benchmark"
99
group = "com.hexagontk"
1010

1111
ext {
12-
hexagonVersion = "4.0.0-B2"
12+
hexagonVersion = "4.0.0-B4"
1313
jettyVersion = "12.0.16"
1414
nettyVersion = "4.1.117.Final"
1515

0 commit comments

Comments
 (0)