Skip to content

Commit 0287015

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Upgrade kotlinx-benchmark version to 0.4.1
1 parent 06a2423 commit 0287015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
33

44
plugins {
55
id("kotlin-multiplatform")
6-
id("org.jetbrains.kotlinx.benchmark") version "0.3.0"
6+
id("org.jetbrains.kotlinx.benchmark") version "0.4.1"
77
}
88

99

@@ -42,7 +42,7 @@ kotlin {
4242
commonMain {
4343
dependencies {
4444
api("org.jetbrains.kotlin:kotlin-stdlib-common")
45-
api("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.3.0")
45+
api("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.1")
4646
api(project(":kotlinx-collections-immutable"))
4747
}
4848
}

0 commit comments

Comments
 (0)