added org json simple

This commit is contained in:
MeexReay 2023-05-30 00:49:37 +03:00
parent 6936357366
commit 4c7ebd7618
2 changed files with 3 additions and 3 deletions

View file

@ -36,8 +36,6 @@ dependencies {
// include this if you don't want force your users to install owo
// sentinel will warn them and give the option to download it automatically
include "io.wispforest:owo-sentinel:${project.owo_version}"
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
}
base {