Skip to content

Commit

Permalink
1.7.0 check update (#38)
Browse files Browse the repository at this point in the history
* 1.7.0 check latest version

Co-authored-by: 9-9-9-9 <9-9-9-9>
  • Loading branch information
9-9-9-9 authored Sep 17, 2021
1 parent 0d19797 commit 2a888e2
Show file tree
Hide file tree
Showing 11 changed files with 1,512 additions and 1,265 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bh.bot</groupId>
<artifactId>99bot</artifactId>
<version>1.6.1</version>
<version>1.7.0</version>

<dependencies>
<dependency>
Expand All @@ -29,6 +29,12 @@
<artifactId>maven-model</artifactId>
<version>3.3.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
</dependencies>

<build>
Expand Down
777 changes: 415 additions & 362 deletions src/main/java/bh/bot/Main.java

Large diffs are not rendered by default.

Loading

0 comments on commit 2a888e2

Please sign in to comment.