fix: add postgres driver to implementation
All checks were successful
Deploy Miniplan / build (push) Successful in 3m22s
All checks were successful
Deploy Miniplan / build (push) Successful in 3m22s
This commit is contained in:
@@ -39,7 +39,7 @@ dependencies {
|
||||
implementation("io.ktor:ktor-server-netty-jvm")
|
||||
implementation("ch.qos.logback:logback-classic:$logback_version")
|
||||
|
||||
// implementation("org.postgresql:postgresql:42.7.2")
|
||||
implementation("org.postgresql:postgresql:42.7.2")
|
||||
implementation("com.h2database:h2:$h2_version")
|
||||
|
||||
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
|
||||
|
||||
Reference in New Issue
Block a user