Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Feb 11, 2025
1 parent aec5ad2 commit 0711d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/Kotlin/hexagon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "2.1.0" apply false
id "org.graalvm.buildtools.native" version "0.10.4" apply false
id "org.graalvm.buildtools.native" version "0.10.5" apply false
}

version = "1.0.0"
description = "TFB benchmark"
group = "com.hexagontk"

ext {
hexagonVersion = "4.0.0-B2"
hexagonVersion = "4.0.0-B4"
jettyVersion = "12.0.16"
nettyVersion = "4.1.117.Final"

Expand Down

0 comments on commit 0711d79

Please sign in to comment.