Skip to content

Commit

Permalink
other: update libraries and bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9999 committed Oct 28, 2022
1 parent d0d82fa commit 4666695
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.hank9999</groupId>
<artifactId>kook-kt</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
</dependencies>
```
Expand All @@ -28,7 +28,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.hank9999:kook-kt:0.0.2'
implementation 'com.github.hank9999:kook-kt:0.0.3'
}
```
### 使用
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>kook-kt</artifactId>
<groupId>com.github.hank9999</groupId>
<version>0.0.3-alpha-1</version>
<version>0.0.3</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -15,8 +15,8 @@
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<kotlin.version>1.7.10</kotlin.version>
<serialization.version>1.4.0</serialization.version>
<kotlin.version>1.7.20</kotlin.version>
<serialization.version>1.4.1</serialization.version>
</properties>

<name>kook-kt</name>
Expand Down Expand Up @@ -98,12 +98,12 @@
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>4.6.4</version>
<version>5.1.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
Expand Down

0 comments on commit 4666695

Please sign in to comment.