Skip to content

Commit

Permalink
chore: Downgrade Kotlin to 1.6 for backward compatibility (#32)
Browse files Browse the repository at this point in the history
* chore - Downgrade Kotlin to 1.6 for backward compatibility
  • Loading branch information
lorenzsimon authored Aug 27, 2022
1 parent b6d61c1 commit 3b55c1f
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 @@ -47,7 +47,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
</properties>

<build>
Expand Down

0 comments on commit 3b55c1f

Please sign in to comment.