We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c2eeb commit 42074e0Copy full SHA for 42074e0
pom.xml
@@ -47,7 +47,7 @@
47
<dependency>
48
<groupId>land.melon.lab</groupId>
49
<artifactId>simplelanguageloader</artifactId>
50
- <version>1.13.10</version>
+ <version>1.13.12</version>
51
<scope>compile</scope>
52
</dependency>
53
@@ -71,7 +71,7 @@
71
72
<groupId>org.xerial</groupId>
73
<artifactId>sqlite-jdbc</artifactId>
74
- <version>3.46.0.0</version>
+ <version>3.46.1.0</version>
75
<scope>provided</scope>
76
77
src/main/resources/plugin.yml
@@ -12,7 +12,7 @@ softdepend:
12
api-version: ${minecraft.version}
13
folia-supported: true
14
libraries:
15
- - org.xerial:sqlite-jdbc:3.46.0.0
+ - org.xerial:sqlite-jdbc:3.46.1.0
16
authors:
17
- Nyaacat Community
18
commands:
0 commit comments