Skip to content

Commit 6e66748

Browse files
fzhinkinDmitryNekrasov
authored andcommitted
Update Kotlin and dependencies
Kotlin updated to 2.1.20 BCV to 0.17.0 JMH to 1.37
1 parent 4524d61 commit 6e66748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmarks/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff 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")

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
plugins {
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

1616
infra {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ group=org.jetbrains.kotlinx
22
version=0.4
33
versionSuffix=SNAPSHOT
44

5-
kotlin_version=2.0.20
5+
kotlin_version=2.1.20
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)