Skip to content

Commit c7e12d6

Browse files
committed
update Kotlin and release 1.6.3
1 parent 62081f2 commit c7e12d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.6.3
22
* server: added support for SSE (Server-Side Events) to `HttpExchange`
33
* json: improve parsing of complex types with parameters
44
* jdbc: introduce `NullableId` for entities with null ids until they are persisted.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rootProject.name = "klite"
33
dependencyResolutionManagement {
44
versionCatalogs {
55
create("libs") {
6-
version("kotlin", "1.9.20")
6+
version("kotlin", "1.9.22")
77

88
val coroutines = version("coroutines", "1.7.3")
99
library("kotlinx-coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8").versionRef(coroutines)

0 commit comments

Comments
 (0)