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 89e63fb commit 79ef892Copy full SHA for 79ef892
benchmarks/build.gradle.kts
@@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
3
4
plugins {
5
id("kotlin-multiplatform")
6
- id("org.jetbrains.kotlinx.benchmark") version "0.4.9"
+ id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
7
}
8
9
@@ -40,7 +40,7 @@ kotlin {
40
sourceSets {
41
commonMain {
42
dependencies {
43
- implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.9")
+ implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10")
44
implementation(project(":kotlinx-collections-immutable"))
45
46
0 commit comments