Skip to content

Commit 30cfbd7

Browse files
committed
Ktor 1.2.3
1 parent 270b00a commit 30cfbd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## ✨ Features
2323

24-
- The Kotlin client is compatible with Kotlin `1.3.30` and higher.
24+
- The Kotlin client is compatible with Kotlin `1.3.41` and higher.
2525
- It is compatible with Kotlin project on the JVM, such as backend and Android applications.
2626
- It relies on the open source Kotlin libraries for seamless integration into Kotlin projects:
2727
- [Kotlin multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html).

buildSrc/src/main/kotlin/Ktor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ object Ktor : Dependency {
22

33
override val group = "io.ktor"
44
override val artifact = "ktor"
5-
override val version = "1.2.3-rc"
5+
override val version = "1.2.3"
66
}

0 commit comments

Comments
 (0)