Skip to content

Commit

Permalink
Update Hexagon version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Nov 20, 2023
1 parent 86f9458 commit 5f2e20c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frameworks/Kotlin/hexagon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "1.9.20" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.0-Beta1" apply false
id "org.graalvm.buildtools.native" version "0.9.28" apply false
}

Expand All @@ -11,11 +11,11 @@ group = "com.hexagonkt"
ext {
hexagonVersion = "3.4.3"
jettyVersion = "12.0.3"
nettyVersion = "4.1.100.Final"
nettyVersion = "4.1.101.Final"

hikariVersion = "5.1.0"
postgresqlVersion = "42.6.0"
vertxVersion = "4.4.6"
vertxVersion = "4.5.0"
cache2kVersion = "2.6.1.Final"

applicationClass = "com.hexagonkt.BenchmarkKt"
Expand All @@ -30,5 +30,5 @@ subprojects {
}

tasks.wrapper {
gradleVersion = "8.4"
gradleVersion = "8.5-rc-3"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 5f2e20c

Please sign in to comment.