Skip to content

Commit 6542999

Browse files
h0tk3yAbduqodiri Qurbonzoda
authored andcommitted
Upgrade kotlinx-benchmark to 0.2.0-dev-20
1 parent 2a1bf18 commit 6542999

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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("kotlinx.benchmark") version "0.2.0-dev-8"
6+
id("kotlinx.benchmark") version "0.2.0-dev-20"
77
}
88

99

@@ -48,7 +48,7 @@ kotlin {
4848
commonMain {
4949
dependencies {
5050
api("org.jetbrains.kotlin:kotlin-stdlib-common")
51-
api("org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-8")
51+
api("org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-20")
5252
api(project(":kotlinx-collections-immutable"))
5353
}
5454
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pluginManagement {
22
repositories {
33
maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
44
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
5+
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
56
gradlePluginPortal()
67
}
78
}

0 commit comments

Comments
 (0)