mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
build: update Ktor and gradle-versions-plugin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
3cb1c4b027
commit
587f40f79f
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ object Dependencies {
|
|||
|
||||
object Ktor {
|
||||
|
||||
private const val version = "1.4.0"
|
||||
private const val version = "1.4.1"
|
||||
const val clientCore = "io.ktor:ktor-client-core:$version"
|
||||
const val clientJson = "io.ktor:ktor-client-json:$version"
|
||||
const val clientSerialization = "io.ktor:ktor-client-serialization:$version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue