Skip to content

Commit

Permalink
update Kotlin and release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Jan 7, 2024
1 parent 62081f2 commit c7e12d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.6.3
* server: added support for SSE (Server-Side Events) to `HttpExchange`
* json: improve parsing of complex types with parameters
* jdbc: introduce `NullableId` for entities with null ids until they are persisted.
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "klite"
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("kotlin", "1.9.20")
version("kotlin", "1.9.22")

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

0 comments on commit c7e12d6

Please sign in to comment.