We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca70bf9 commit 9830882Copy full SHA for 9830882
1 file changed
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group = "com.github.imdmk"
12
-version = "1.0.4"
+version = "1.0.5"
13
14
repositories {
15
mavenCentral()
@@ -36,6 +36,7 @@ dependencies {
36
37
implementation("dev.rollczi.litecommands:core:2.8.9")
38
implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.9")
39
+
40
implementation("com.zaxxer:HikariCP:5.0.1")
41
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
42
0 commit comments