Skip to content

Commit

Permalink
update to 4.1.4.5000
Browse files Browse the repository at this point in the history
update kotlin to 1.6.0
  • Loading branch information
MidCoard committed Oct 1, 2022
1 parent a5184e8 commit b511bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Maven 依赖
<dependency>
<groupId>top.focess</groupId>
<artifactId>focess-qq</artifactId>
<version>4.1.4.4000</version>
<version>4.1.4.5000</version>
</dependency>
```

Gradle 依赖

```gradle
implementation 'top.focess:focess-qq:4.1.4.4000'
implementation 'top.focess:focess-qq:4.1.4.5000'
```

开发文档移步本项目[Wiki](https://github.com/MIdCoard/MiraiQQ/wiki)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>A simple QQ Bot framework</description>
<groupId>top.focess</groupId>
<artifactId>focess-qq</artifactId>
<version>4.1.4.4000</version>
<version>4.1.4.5000</version>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand All @@ -29,7 +29,7 @@
<logback.version>1.2.11</logback.version>
<checker.version>3.21.3</checker.version>
<errorprone.version>9+181-r4173-1</errorprone.version>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.0</kotlin.version>
<kotlin.native>native-mt</kotlin.native>
<command.version>1.3.1</command.version>
<util.version>1.1.12</util.version>
Expand Down

0 comments on commit b511bc9

Please sign in to comment.