Diploma-1 Main CRUD operations
This commit is contained in:
@@ -6,6 +6,7 @@ ktorm = "4.1.1"
|
||||
dotenv = "6.5.1"
|
||||
psql = "42.7.3"
|
||||
bcrypt="0.4"
|
||||
hcp = "7.0.2"
|
||||
|
||||
[libraries]
|
||||
ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
|
||||
@@ -27,6 +28,7 @@ ktorm = { module = "org.ktorm:ktorm-core", version.ref = "ktorm" }
|
||||
dotenv-kotlin = { module = "io.github.cdimascio:dotenv-kotlin", version.ref = "dotenv" }
|
||||
postgresql = { module = "org.postgresql:postgresql", version.ref = "psql" }
|
||||
bcrypt = { module = "org.mindrot:jbcrypt", version.ref = "bcrypt"}
|
||||
hcpool = { module = "com.zaxxer:HikariCP", version.ref = "hcp" }
|
||||
|
||||
[plugins]
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user