We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f22c00 commit 2a9814bCopy full SHA for 2a9814b
2 files changed
awaitility-kotlin/pom.xml
@@ -26,8 +26,8 @@
26
<description>Simplifies Awaitility usage from Kotlin</description>
27
28
<properties>
29
- <kotlin.version>1.9.22</kotlin.version>
30
- <dokka.version>1.9.20</dokka.version>
+ <kotlin.version>2.1.10</kotlin.version>
+ <dokka.version>2.0.0</dokka.version>
31
</properties>
32
33
<dependencies>
changelog.txt
@@ -1,6 +1,7 @@
1
Changelog next version
2
----------------------
3
* 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
5
6
Changelog 4.2.2 (2024-08-07)
7
----------------------------
0 commit comments