File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 29
29
}
30
30
31
31
aspectjVersion = " 1.9.2"
32
+ coroutinesVersion = " 1.1.1"
32
33
freemarkerVersion = " 2.3.28"
33
34
groovyVersion = " 2.5.6"
34
35
hsqldbVersion = " 2.4.1"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ dependencies {
40
40
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
41
41
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
42
42
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
43
- optional(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1 " )
44
- optional(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.1.1 " )
43
+ optional(" org.jetbrains.kotlinx:kotlinx-coroutines-core:${ coroutinesVersion } " )
44
+ optional(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${ coroutinesVersion } " )
45
45
testCompile(" javax.xml.bind:jaxb-api:2.3.1" )
46
46
testCompile(" com.fasterxml:aalto-xml:1.1.1" )
47
47
testCompile(" org.hibernate:hibernate-validator:6.0.15.Final" )
You can’t perform that action at this time.
0 commit comments