Skip to content

Commit 2a9814b

Browse files
committed
Upgraded kotlin version in the awaitility-kotlin module to 2.1.10
1 parent 8f22c00 commit 2a9814b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

awaitility-kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<description>Simplifies Awaitility usage from Kotlin</description>
2727

2828
<properties>
29-
<kotlin.version>1.9.22</kotlin.version>
30-
<dokka.version>1.9.20</dokka.version>
29+
<kotlin.version>2.1.10</kotlin.version>
30+
<dokka.version>2.0.0</dokka.version>
3131
</properties>
3232

3333
<dependencies>

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog next version
22
----------------------
33
* Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR)
4+
* Upgraded kotlin version in the awaitility-kotlin module to 2.1.10
45

56
Changelog 4.2.2 (2024-08-07)
67
----------------------------

0 commit comments

Comments
 (0)