File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
frameworks/Kotlin/hexagon Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
plugins {
3
- id " org.jetbrains.kotlin.jvm" version " 1.9.20 " apply false
3
+ id " org.jetbrains.kotlin.jvm" version " 2.0.0-Beta1 " apply false
4
4
id " org.graalvm.buildtools.native" version " 0.9.28" apply false
5
5
}
6
6
@@ -11,11 +11,11 @@ group = "com.hexagonkt"
11
11
ext {
12
12
hexagonVersion = " 3.4.3"
13
13
jettyVersion = " 12.0.3"
14
- nettyVersion = " 4.1.100 .Final"
14
+ nettyVersion = " 4.1.101 .Final"
15
15
16
16
hikariVersion = " 5.1.0"
17
17
postgresqlVersion = " 42.6.0"
18
- vertxVersion = " 4.4.6 "
18
+ vertxVersion = " 4.5.0 "
19
19
cache2kVersion = " 2.6.1.Final"
20
20
21
21
applicationClass = " com.hexagonkt.BenchmarkKt"
@@ -30,5 +30,5 @@ subprojects {
30
30
}
31
31
32
32
tasks. wrapper {
33
- gradleVersion = " 8.4 "
33
+ gradleVersion = " 8.5-rc-3 "
34
34
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5-rc-3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments