mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
Merge #76
76: Update dependencies r=msfjarvis a=msfjarvis bors r+ Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
7b4e8a8f68
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ buildscript {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.34.0"
|
||||
id("com.github.ben-manes.versions") version "0.36.0"
|
||||
`lobsters-plugin`
|
||||
}
|
||||
|
|
|
@ -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