Skip to content

Commit

Permalink
新加构建
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Feb 12, 2023
1 parent 428f16d commit 43b7298
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@
<artifactId>MiraiCallApiPlugin</artifactId>
<version>1.0</version>

<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>central</id>-->
<!-- <url>https://maven.aliyun.com/repository/central</url>-->
<!-- </repository>-->
<!-- </repositories>-->
<properties>
<mirai-version>2.12.3</mirai-version>
<mirai-version>2.14.0</mirai-version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
Expand Down Expand Up @@ -43,7 +37,7 @@
<dependency>
<groupId>io.github.Kloping</groupId>
<artifactId>JvUtils</artifactId>
<version>0.4.5</version>
<version>0.4.7</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand All @@ -58,7 +52,7 @@
<dependency>
<groupId>io.github.Kloping</groupId>
<artifactId>SpringTool</artifactId>
<version>0.5.5</version>
<version>0.5.8</version>
</dependency>
</dependencies>
</project>

0 comments on commit 43b7298

Please sign in to comment.