Update dependencies
This commit is contained in:
parent
303488f22a
commit
6246bd3137
@ -10,9 +10,9 @@ description = "A Result monad for modelling success or failure operations."
|
|||||||
plugins {
|
plugins {
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
signing
|
signing
|
||||||
kotlin("jvm") version "1.3.61"
|
kotlin("jvm") version "1.3.72"
|
||||||
id("org.jetbrains.dokka") version "0.10.1"
|
id("org.jetbrains.dokka") version "0.10.1"
|
||||||
id("com.github.ben-manes.versions") version "0.27.0"
|
id("com.github.ben-manes.versions") version "0.28.0"
|
||||||
id("net.researchgate.release") version "2.8.1"
|
id("net.researchgate.release") version "2.8.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
testImplementation("junit:junit:4.12")
|
testImplementation("junit:junit:4.13")
|
||||||
testImplementation(kotlin("test-common"))
|
testImplementation(kotlin("test-common"))
|
||||||
testImplementation(kotlin("test-annotations-common"))
|
testImplementation(kotlin("test-annotations-common"))
|
||||||
testImplementation(kotlin("test-junit"))
|
testImplementation(kotlin("test-junit"))
|
||||||
|
@ -13,7 +13,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
val ktorVersion = "1.2.6"
|
val ktorVersion = "1.3.2"
|
||||||
|
|
||||||
implementation(rootProject)
|
implementation(rootProject)
|
||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
|
Loading…
Reference in New Issue
Block a user