fix: add postgres driver to implementation
All checks were successful
Deploy Miniplan / build (push) Successful in 3m22s

This commit is contained in:
walamana
2024-08-07 20:55:53 +02:00
parent d24457a4f6
commit 3017e10e0d
2 changed files with 39 additions and 2 deletions

View File

@@ -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")