We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30701c commit f29c098Copy full SHA for f29c098
benchmarks/build.gradle.kts
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
4
5
plugins {
6
id("kotlin-multiplatform")
7
- id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
+ id("org.jetbrains.kotlinx.benchmark") version "0.4.13"
8
}
9
10
@@ -47,7 +47,7 @@ kotlin {
47
sourceSets {
48
commonMain {
49
dependencies {
50
- implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10")
+ implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.13")
51
implementation(project(":kotlinx-collections-immutable"))
52
53
0 commit comments