Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Mar 16, 2024
1 parent 4194e39 commit c515084
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This is required, since working with source differs syntactically between Kotlin < 1.9.20
and Kotlin 1.9.20 upwards.

## 20240319
* Add workaround for KT-65315
* Update dependencies:
* Kotlin 1.9.23 (K2 only)
* Kotest 5.8.1
* Ktor 2.3.9
* Dokka 1.9.20
* Coroutines 1.8.0

## 20240301
* Introduce `env` shorthands to access system properties (environment variables)
* rename file `Plugin.kt` -> `K2Plugin.kt` in k2 plugin sources
Expand Down
8 changes: 4 additions & 4 deletions legacy/src/main/resources/versions.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
kotlin=1.9.10
kotest=5.8.0
ktor=2.3.8
kotest=5.8.1
ktor=2.3.9
ksp=1.0.13
nexus=1.3.0
dokka=1.9.10
dokka=1.9.20
jvmTarget=11
serialization=1.6.3-SNAPSHOT
datetime=0.5.0
coroutines=1.7.3
coroutines=1.8.0
napier=2.7.1
bouncycastle=1.77
kmmresult=1.5.4

0 comments on commit c515084

Please sign in to comment.