Update build.gradle

This commit is contained in:
Leon Georgi 2019-06-13 12:26:25 +02:00
parent 81daeb8c96
commit 0e56643723
Signed by: leon
GPG key ID: D97C549071D39393

View file

@ -93,6 +93,7 @@ kotlin {
api 'mysql:mysql-connector-java:8.0.16' api 'mysql:mysql-connector-java:8.0.16'
api 'org.mariadb.jdbc:mariadb-java-client:1.1.7' api 'org.mariadb.jdbc:mariadb-java-client:1.1.7'
implementation 'org.jetbrains.exposed:exposed:0.12.2' implementation 'org.jetbrains.exposed:exposed:0.12.2'
implementation 'net.sf.biweekly:biweekly:0.6.3'
implementation 'org.mindrot:jbcrypt:0.4' implementation 'org.mindrot:jbcrypt:0.4'