Files
foundation/common-heimdall/build.gradle.kts

12 lines
287 B
Plaintext
Raw Normal View History

2023-01-28 19:35:10 -08:00
plugins {
2023-02-07 05:05:26 -05:00
id("gay.pizza.foundation.concrete-base")
2023-01-28 19:35:10 -08:00
}
dependencies {
2023-02-07 05:05:26 -05:00
api(project(":common-all"))
api("org.postgresql:postgresql:42.5.3")
2023-01-28 19:35:10 -08:00
api("org.jetbrains.exposed:exposed-jdbc:0.41.1")
api("org.jetbrains.exposed:exposed-java-time:0.41.1")
api("com.zaxxer:HikariCP:5.0.1")
}