Skip to content

Commit 79ef892

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Upgrade kotlinx-benchmark version to 0.4.10
1 parent 89e63fb commit 79ef892

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.4.9"
6+
id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
77
}
88

99

@@ -40,7 +40,7 @@ kotlin {
4040
sourceSets {
4141
commonMain {
4242
dependencies {
43-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.9")
43+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10")
4444
implementation(project(":kotlinx-collections-immutable"))
4545
}
4646
}

0 commit comments

Comments
 (0)