File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >pw.chew</groupId >
5454 <artifactId >jda-chewtils</artifactId >
55- <version >2.1 </version >
55+ <version >${jda.chewtils.version} </version >
5656 <scope >compile</scope >
5757 <type >pom</type >
5858 </dependency >
5959 <dependency >
6060 <groupId >pw.chew</groupId >
6161 <artifactId >jda-chewtils-command</artifactId >
62- <version >2.1 </version >
62+ <version >${jda.chewtils.version} </version >
6363 <scope >compile</scope >
6464 </dependency >
6565 <dependency >
6666 <groupId >pw.chew</groupId >
6767 <artifactId >jda-chewtils-examples</artifactId >
68- <version >2.1 </version >
68+ <version >${jda.chewtils.version} </version >
6969 <scope >compile</scope >
7070 </dependency >
7171
122122 <artifactId >jsoup</artifactId >
123123 <version >1.15.3</version >
124124 </dependency >
125+ <dependency >
126+ <groupId >org.json</groupId >
127+ <artifactId >json</artifactId >
128+ <version >20220320</version >
129+ </dependency >
125130
126131 <!-- Testing Dependencies -->
127132 <dependency >
181186 </build >
182187
183188 <properties >
189+ <jda .chewtils.version>2.2.1</jda .chewtils.version>
184190 <libdave .version>40a293a36</libdave .version>
185191 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
186192 <maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments