Skip to content

Commit

Permalink
Update Ktor to 2.3.3 and Atomicfu to 0.22.0 (#191)
Browse files Browse the repository at this point in the history
* Update Ktor to 2.3.3 and Atomicfu to 0.22.0

* changelog
  • Loading branch information
thermech authored Oct 5, 2023
1 parent bbd3bf5 commit 835b148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Updates

- Ktor `2.3.3`
- AtomicFu `0.22.0`

### Breaking Changes

## 5.0.0
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val KOTLIN = "1.9.10"
const val ATOMIC_FU = "0.20.0"
const val ATOMIC_FU = "0.22.0"
const val ANDROID_GRADLE_PLUGIN = "8.1.1"
const val JETPACK_COMPOSE_COMPILER = "1.5.3"
const val JETPACK_COMPOSE_RUNTIME = "1.5.0"
Expand All @@ -9,7 +9,7 @@ object Versions {
const val KTLINT = "11.3.2"
const val KOTLINX_SERIALIZATION = "1.5.0"
const val KOTLINX_COROUTINES = "1.7.3"
const val KTOR = "2.0.3"
const val KTOR = "2.3.3"
const val KOTLIN_WRAPPERS_EXTENSIONS = "1.0.1-pre.622"
const val ANDROIDX_LIFECYCLE = "2.6.1"
const val OKIO = "3.2.0"
Expand Down

0 comments on commit 835b148

Please sign in to comment.