Update kotlinx.benchmark dependencies
This commit is contained in:
parent
07b4d61d3f
commit
9a49fc096f
@ -2,7 +2,7 @@ description = "Benchmarks for kotlin-result."
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("kotlinx.benchmark")
|
||||
id("org.jetbrains.kotlinx.benchmark")
|
||||
id("org.jetbrains.kotlin.plugin.allopen")
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ kotlin {
|
||||
dependencies {
|
||||
implementation(project(":kotlin-result"))
|
||||
implementation(project(":kotlin-result-coroutines"))
|
||||
implementation("org.jetbrains.kotlinx:kotlinx.benchmark.runtime:${Versions.kotlinBenchmark}")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:${Versions.kotlinBenchmark}")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions.kotlinCoroutines}")
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ plugins {
|
||||
id("com.github.ben-manes.versions") version Versions.versionsPlugin
|
||||
|
||||
kotlin("multiplatform") version Versions.kotlin apply false
|
||||
id("kotlinx.benchmark") version Versions.kotlinBenchmark apply false
|
||||
id("org.jetbrains.kotlinx.benchmark") version Versions.kotlinBenchmark apply false
|
||||
id("org.jetbrains.dokka") version Versions.dokka apply false
|
||||
id("org.jetbrains.kotlin.plugin.allopen") version Versions.kotlin apply false
|
||||
}
|
||||
@ -170,6 +170,11 @@ subprojects {
|
||||
name.set("Jordan Bergin")
|
||||
url.set("https://github.com/MrBergin")
|
||||
}
|
||||
|
||||
contributor {
|
||||
name.set("Pablo Gonzalez Alonso")
|
||||
url.set("https://pablisco.com/")
|
||||
}
|
||||
}
|
||||
|
||||
scm {
|
||||
|
@ -1,7 +1,7 @@
|
||||
object Versions {
|
||||
const val dokka = "0.10.1"
|
||||
const val kotlin = "1.5.10"
|
||||
const val kotlinBenchmark = "0.2.0-dev-20"
|
||||
const val kotlinBenchmark = "0.3.1"
|
||||
const val kotlinCoroutines = "1.5.0"
|
||||
const val kotlinCoroutinesTest = "1.5.0"
|
||||
const val ktor = "1.5.4"
|
||||
|
@ -9,7 +9,7 @@ include(
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven("https://dl.bintray.com/kotlin/kotlinx")
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user