Update ktorm, clean repositories and drop mariadb support
This commit is contained in:
@@ -16,13 +16,10 @@ object Libs {
|
||||
|
||||
object Drivers {
|
||||
const val h2 = "com.h2database:h2:1.4.200"
|
||||
const val mariadb = "org.mariadb.jdbc:mariadb-java-client:2.7.2"
|
||||
}
|
||||
|
||||
object Ktorm {
|
||||
private const val version = "3.0.0"
|
||||
const val core = "me.liuwj.ktorm:ktorm-core:$version"
|
||||
const val mysql = "me.liuwj.ktorm:ktorm-support-mysql:$version"
|
||||
const val core = "org.ktorm:ktorm-core:3.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user