Skip to content

Commit

Permalink
Kotlinのバージョンを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Jul 13, 2024
1 parent c37eff4 commit 32909d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<!-- バージョン装飾子参考の参考に: https://kengotoda.gitbooks.io/what-is-maven/deploy/snapshot-and-stable.html -->
<version>0.9.5</version>
<version>0.9.6</version>
<packaging>jar</packaging>

<repositories>
Expand Down Expand Up @@ -245,7 +245,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<revision>SNAPSHOT</revision>
</properties>
</project>
Expand Down

0 comments on commit 32909d3

Please sign in to comment.