We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c910ba + bbd328e commit fbccb41Copy full SHA for fbccb41
build.gradle
@@ -14,10 +14,10 @@ repositories {
14
}
15
16
dependencies {
17
- compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
18
- compile 'com.github.jasync-sql:jasync-mysql:0.8.10'
+ compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.61"
+ compile 'com.github.jasync-sql:jasync-mysql:0.8.20'
19
compile "log4j:log4j:1.2.17"
20
- compile "org.slf4j:slf4j-log4j12:1.7.21"
+ compile "org.slf4j:slf4j-log4j12:1.7.25"
21
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.0'
22
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:0.25.0'
23
testCompile group: 'junit', name: 'junit', version: '4.12'
0 commit comments