xssak/modules/ModCredentialManager/build.gradle.kts

8 lines
272 B
Kotlin

dependencies {
implementation(project(":modules:ModuleCore"))
implementation("org.postgresql:postgresql:42.7.3")
implementation(libs.bundles.exposed)
implementation(libs.bundles.kotlinx.test)
testImplementation("com.appmattus.fixture:fixture:1.2.0")
}