diff --git a/build.gradle b/build.gradle index 9e9a61c..87b85ed 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,10 @@ dependencies { modCompile "net.fabricmc:fabric-loader:${project.loader_version}" modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modCompile "org.json:json:20200518" + modCompile "org.xerial:sqlite-jdbc:3.32.3.2" modImplementation "com.google.code.findbugs:jsr305:3.0.2" include "org.json:json:20200518" + include "org.xerial:sqlite-jdbc:3.32.3.2" } jar {