Skip to content

Commit

Permalink
fix: remove duplicate kotlin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Petrov committed Apr 29, 2024
1 parent ddcdede commit 663427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.21</kotlin.version>
<!-- <kotlin.version>1.6.21</kotlin.version>-->
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
<version.multiaddr>v1.4.12</version.multiaddr>
Expand Down

0 comments on commit 663427b

Please sign in to comment.