@@ -7,15 +7,15 @@ plugins {
7
7
signing
8
8
`java- library`
9
9
id(" io.codearte.nexus-staging" ) version " 0.21.2"
10
- kotlin(" multiplatform" ) version " 1.3.70 "
11
- kotlin(" plugin.serialization" ) version " 1.3.70 "
12
- id(" com.diffplug.gradle.spotless" ) version " 3.26 .1"
10
+ kotlin(" multiplatform" ) version " 1.3.72 "
11
+ kotlin(" plugin.serialization" ) version " 1.3.72 "
12
+ id(" com.diffplug.gradle.spotless" ) version " 3.28 .1"
13
13
id(" com.moowork.node" ) version " 1.3.1"
14
- id(" org.jetbrains.dokka" ) version " 0.10.0 "
14
+ id(" org.jetbrains.dokka" ) version " 0.10.1 "
15
15
}
16
16
17
17
group = " com.adamratzman"
18
- version = " 3.0.03 "
18
+ version = " 3.1.0-rc.1 "
19
19
20
20
java {
21
21
withSourcesJar()
@@ -41,10 +41,10 @@ kotlin {
41
41
42
42
targets {
43
43
sourceSets {
44
- val coroutineVersion = " 1.3.3 "
44
+ val coroutineVersion = " 1.3.5 "
45
45
val serializationVersion = " 0.20.0"
46
- val spekVersion = " 2.0.9 "
47
- val ktorVersion = " 1.3.0-rc2 "
46
+ val spekVersion = " 2.0.10 "
47
+ val ktorVersion = " 1.3.2 "
48
48
49
49
val commonMain by getting {
50
50
dependencies {
@@ -81,7 +81,7 @@ kotlin {
81
81
dependencies {
82
82
implementation(kotlin(" test" ))
83
83
implementation(kotlin(" test-junit" ))
84
- implementation(" org.junit.jupiter:junit-jupiter:5.6.0-M1 " )
84
+ implementation(" org.junit.jupiter:junit-jupiter:5.6.2 " )
85
85
implementation(" org.spekframework.spek2:spek-dsl-jvm:$spekVersion " )
86
86
runtimeOnly(" org.spekframework.spek2:spek-runner-junit5:$spekVersion " )
87
87
runtimeOnly(kotlin(" reflect" ))
@@ -104,15 +104,6 @@ kotlin {
104
104
}
105
105
}
106
106
107
-
108
- /* val androidMain by getting {
109
- dependsOn(commonJvmMain)
110
- }
111
-
112
- val androidTest by getting {
113
- dependsOn(commonJvmTest)
114
- }*/
115
-
116
107
all {
117
108
languageSettings.useExperimentalAnnotation(" kotlin.Experimental" )
118
109
}
0 commit comments