Skip to content

Commit

Permalink
Upgraded kotlin to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Mar 8, 2024
1 parent a56dce9 commit 0b02587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions awaitility-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<description>Simplifies Awaitility usage from Kotlin</description>

<properties>
<kotlin.version>1.6.20</kotlin.version>
<dokka.version>1.6.10</dokka.version>
<kotlin.version>1.9.22</kotlin.version>
<dokka.version>1.9.22</dokka.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog next version
----------------------
* Upgraded Kotlin to 1.6.20
* Upgraded Kotlin to 1.9.22

Changelog 4.2.0 (2022-03-04)
----------------------------
Expand Down

0 comments on commit 0b02587

Please sign in to comment.