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

11 lines
260 B
Plaintext
Raw Normal View History

2023-01-28 19:35:10 -08:00
plugins {
id("gay.pizza.foundation.concrete-library")
}
dependencies {
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")
}