We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e0847 commit 8f20e6eCopy full SHA for 8f20e6e
build.gradle.kts
@@ -24,6 +24,7 @@ repositories {
24
25
dependencies {
26
implementation(Flyway.core)
27
+ implementation(Flyway.postgres)
28
implementation(Hikari.cp)
29
implementation(KotlinLogging.logging)
30
implementation(Ktor.Server.core)
0 commit comments