Skip to content

Commit 35c30c1

Browse files
committed
Update dependencies
1 parent cfd9131 commit 35c30c1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,22 @@ fun BintrayExtension.pkg(configure: BintrayExtension.PackageConfig.() -> Unit) {
1515
plugins {
1616
`maven-publish`
1717
kotlin("jvm") version "1.3.61"
18-
id("com.github.ben-manes.versions") version "0.27.0"
1918
id("com.jfrog.bintray") version "1.8.4"
20-
id("org.jetbrains.dokka") version "0.10.0"
19+
id("org.jetbrains.dokka") version "0.10.1"
20+
id("com.github.ben-manes.versions") version "0.27.0"
2121
id("net.researchgate.release") version "2.8.1"
2222
}
2323

2424
repositories {
2525
mavenCentral()
2626
jcenter()
27-
maven(url = "https://dl.bintray.com/michaelbull/maven")
2827
}
2928

3029
dependencies {
3130
implementation(kotlin("stdlib"))
32-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.4")
31+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.6")
3332
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3")
34-
testImplementation("org.junit.jupiter:junit-jupiter:5.5.2")
33+
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
3534
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3")
3635
testImplementation("io.mockk:mockk:1.9.3")
3736
}

0 commit comments

Comments
 (0)