File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ benchmark {
97
97
targets {
98
98
register(" jvm" ) {
99
99
this as JvmBenchmarkTarget
100
- jmhVersion = " 1.21 "
100
+ jmhVersion = " 1.37 "
101
101
}
102
102
register(" js" )
103
103
register(" wasmJs" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
11
11
plugins {
12
12
id(" kotlinx.team.infra" ) version " 0.4.0-dev-85"
13
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.3 "
13
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.17.0 "
14
14
}
15
15
16
16
infra {
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ group=org.jetbrains.kotlinx
2
2
version =0.4
3
3
versionSuffix =SNAPSHOT
4
4
5
- kotlin_version =2.0 .20
5
+ kotlin_version =2.1 .20
6
6
7
7
org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize =2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
You can’t perform that action at this time.
0 commit comments