Skip to content

Commit

Permalink
Fix kotlin version in maven sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Nov 13, 2023
1 parent 403b834 commit 262fcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kudos-sample/kudos-maven-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.8.20</kotlin.version>
<kudos.version>1.8.20-1.0.1</kudos.version>
<kotlin.version>1.9.20</kotlin.version>
<kudos.version>1.9.20-1.0.1</kudos.version>
<kotlin.code.style>official</kotlin.code.style>
<junit.version>4.13.1</junit.version>
</properties>
Expand Down

0 comments on commit 262fcc7

Please sign in to comment.