Skip to content

Commit 1f85e68

Browse files
committed
Use version catalog
1 parent b6a0a39 commit 1f85e68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
api(libs.informativeAnnotations)
4747

4848
// Database
49-
implementation("com.zaxxer:HikariCP:5.0.1")
49+
implementation(libs.hikaricp)
5050
}
5151

5252
tasks.processResources {

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ paperlib = "1.0.8"
3131
informative-annotations = "1.4"
3232
vault = "1.7.1"
3333
serverlib = "2.3.4"
34+
hikaricp = "5.0.1"
3435

3536
# Gradle plugins
3637
shadow = "8.1.1"
@@ -77,6 +78,7 @@ informativeAnnotations = { group = "com.intellectualsites.informative-annotation
7778
paperlib = { group = "io.papermc", name = "paperlib", version.ref = "paperlib" }
7879
vault = { group = "com.github.MilkBowl", name = "VaultAPI", version.ref = "vault" }
7980
serverlib = { group = "dev.notmyfault.serverlib", name = "ServerLib", version.ref = "serverlib" }
81+
hikaricp = { group = "com.zaxxer", name = "HikariCP", version.ref = "hikaricp"}
8082

8183
[plugins]
8284
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }

0 commit comments

Comments
 (0)