File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ benchmark {
9797 targets {
9898 register(" jvm" ) {
9999 this as JvmBenchmarkTarget
100- jmhVersion = " 1.21 "
100+ jmhVersion = " 1.37 "
101101 }
102102 register(" js" )
103103 register(" wasmJs" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010
1111plugins {
1212 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 "
1414}
1515
1616infra {
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ group=org.jetbrains.kotlinx
22version =0.4
33versionSuffix =SNAPSHOT
44
5- kotlin_version =2.0 .20
5+ kotlin_version =2.1 .20
66
77org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize =2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
You can’t perform that action at this time.
0 commit comments