mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
7 lines
133 B
Kotlin
7 lines
133 B
Kotlin
version = "2.0.1"
|
|
|
|
dependencies {
|
|
implementation("com.zaxxer:HikariCP:3.4.2")
|
|
implementation("org.postgresql:postgresql:42.3.5")
|
|
}
|