We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5ad2 commit 0711d79Copy full SHA for 0711d79
frameworks/Kotlin/hexagon/build.gradle
@@ -1,15 +1,15 @@
1
2
plugins {
3
id "org.jetbrains.kotlin.jvm" version "2.1.0" apply false
4
- id "org.graalvm.buildtools.native" version "0.10.4" apply false
+ id "org.graalvm.buildtools.native" version "0.10.5" apply false
5
}
6
7
version = "1.0.0"
8
description = "TFB benchmark"
9
group = "com.hexagontk"
10
11
ext {
12
- hexagonVersion = "4.0.0-B2"
+ hexagonVersion = "4.0.0-B4"
13
jettyVersion = "12.0.16"
14
nettyVersion = "4.1.117.Final"
15
0 commit comments