Skip to content

Commit ea2787d

Browse files
Abduqodiri Qurbonzodaqurbonzoda
Abduqodiri Qurbonzoda
authored andcommitted
Upgrade kotlinx-benchmark version to 0.4.9
1 parent 21c83ee commit ea2787d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/build.gradle.kts

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

99

@@ -38,7 +38,7 @@ kotlin {
3838
sourceSets {
3939
commonMain {
4040
dependencies {
41-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.8")
41+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.9")
4242
implementation(project(":kotlinx-collections-immutable"))
4343
}
4444
}

0 commit comments

Comments
 (0)