File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Add JBWAPI to your dependencies in `<dependencies></dependencies>`:
4949<dependency>
5050 <groupId>com.github.JavaBWAPI</groupId>
5151 <artifactId>JBWAPI</artifactId>
52- <version>2.1 .0</version>
52+ <version>2.2 .0</version>
5353</dependency>
5454```
5555
@@ -67,7 +67,7 @@ allprojects {
6767Add JBWAPI as a dependency:
6868```
6969dependencies {
70- implementation 'com.github.JavaBWAPI:JBWAPI:2.1 .0'
70+ implementation 'com.github.JavaBWAPI:JBWAPI:2.2 .0'
7171}
7272```
7373
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >jbwapi.it</groupId >
1111 <artifactId >bots</artifactId >
12- <version >2.1 .0</version >
12+ <version >2.2 .0</version >
1313 </parent >
1414
1515 <artifactId >SittingDuck</artifactId >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >jbwapi.it</groupId >
1111 <artifactId >bots</artifactId >
12- <version >2.1 .0</version >
12+ <version >2.2 .0</version >
1313 </parent >
1414
1515 <artifactId >MarineHell</artifactId >
Original file line number Diff line number Diff line change 99
1010 <groupId >jbwapi.it</groupId >
1111 <artifactId >bots</artifactId >
12- <version >2.1 .0</version >
12+ <version >2.2 .0</version >
1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343 <dependency >
4444 <groupId >jbwapi</groupId >
4545 <artifactId >jbwapi</artifactId >
46- <version >2.1 .0</version >
46+ <version >2.2 .0</version >
4747 </dependency >
4848 </dependencies >
4949</project >
Original file line number Diff line number Diff line change 66
77 <groupId >jbwapi</groupId >
88 <artifactId >jbwapi</artifactId >
9- <version >2.1 .0</version >
9+ <version >2.2 .0</version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments