File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,22 @@ fun BintrayExtension.pkg(configure: BintrayExtension.PackageConfig.() -> Unit) {
15
15
plugins {
16
16
`maven- publish`
17
17
kotlin(" jvm" ) version " 1.3.61"
18
- id(" com.github.ben-manes.versions" ) version " 0.27.0"
19
18
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"
21
21
id(" net.researchgate.release" ) version " 2.8.1"
22
22
}
23
23
24
24
repositories {
25
25
mavenCentral()
26
26
jcenter()
27
- maven(url = " https://dl.bintray.com/michaelbull/maven" )
28
27
}
29
28
30
29
dependencies {
31
30
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 " )
33
32
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 " )
35
34
testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3" )
36
35
testImplementation(" io.mockk:mockk:1.9.3" )
37
36
}
You can’t perform that action at this time.
0 commit comments