File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Add JBWAPI as a dependency:
38
38
<dependency>
39
39
<groupId>com.github.JavaBWAPI</groupId>
40
40
<artifactId>JBWAPI</artifactId>
41
- <version>1.1.1 </version>
41
+ <version>1.2 </version>
42
42
</dependency>
43
43
```
44
44
@@ -56,7 +56,7 @@ allprojects {
56
56
Add JBWAPI as a dependency:
57
57
```
58
58
dependencies {
59
- implementation 'com.github.JavaBWAPI:JBWAPI:1.1.1 '
59
+ implementation 'com.github.JavaBWAPI:JBWAPI:1.2 '
60
60
}
61
61
```
62
62
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >jbwapi.it</groupId >
11
11
<artifactId >bots</artifactId >
12
- <version >1.1.1 </version >
12
+ <version >1.2 </version >
13
13
</parent >
14
14
15
15
<artifactId >SittingDuck</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >jbwapi.it</groupId >
11
11
<artifactId >bots</artifactId >
12
- <version >1.1.1 </version >
12
+ <version >1.2 </version >
13
13
</parent >
14
14
15
15
<artifactId >MarineHell</artifactId >
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >jbwapi.it</groupId >
11
11
<artifactId >bots</artifactId >
12
- <version >1.1.1 </version >
12
+ <version >1.2 </version >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
43
43
<dependency >
44
44
<groupId >jbwapi</groupId >
45
45
<artifactId >jbwapi</artifactId >
46
- <version >1.1.1 </version >
46
+ <version >1.2 </version >
47
47
</dependency >
48
48
</dependencies >
49
49
</project >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >jbwapi</groupId >
8
8
<artifactId >jbwapi</artifactId >
9
- <version >1.1.1 </version >
9
+ <version >1.2 </version >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments