Skip to content

Commit fbccb41

Browse files
author
oshai
committed
Merge remote-tracking branch 'origin/master'
2 parents 1c910ba + bbd328e commit fbccb41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
18-
compile 'com.github.jasync-sql:jasync-mysql:0.8.10'
17+
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.61"
18+
compile 'com.github.jasync-sql:jasync-mysql:0.8.20'
1919
compile "log4j:log4j:1.2.17"
20-
compile "org.slf4j:slf4j-log4j12:1.7.21"
20+
compile "org.slf4j:slf4j-log4j12:1.7.25"
2121
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.0'
2222
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:0.25.0'
2323
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)