Skip to content

Commit f29c098

Browse files
Abduqodiri Qurbonzodaqurbonzoda
Abduqodiri Qurbonzoda
authored andcommitted
Bump kotlinx-benchmark version to 0.4.13
1 parent d30701c commit f29c098

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
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
44

55
plugins {
66
id("kotlin-multiplatform")
7-
id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
7+
id("org.jetbrains.kotlinx.benchmark") version "0.4.13"
88
}
99

1010

@@ -47,7 +47,7 @@ kotlin {
4747
sourceSets {
4848
commonMain {
4949
dependencies {
50-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10")
50+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.13")
5151
implementation(project(":kotlinx-collections-immutable"))
5252
}
5353
}

0 commit comments

Comments
 (0)