更新QQ依赖

This commit is contained in:
Yutousama 2022-07-16 13:04:09 +08:00
parent b475e008a2
commit e085690446

View File

@ -36,17 +36,16 @@
<groupId>net.mamoe</groupId> <groupId>net.mamoe</groupId>
<artifactId>mirai-core-jvm</artifactId> <artifactId>mirai-core-jvm</artifactId>
<version>2.12.0</version> <version>2.12.0</version>
<type>pom</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jetbrains.kotlinx</groupId> <groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-jdk8</artifactId> <artifactId>kotlinx-coroutines-jdk8</artifactId>
<version>1.6.2</version> <version>1.6.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jetbrains.kotlinx</groupId> <groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId> <artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.6.2</version> <version>1.6.4</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/redis.clients/jedis --> <!-- https://mvnrepository.com/artifact/redis.clients/jedis -->