From 5c1fadaba23ed80ac054251e98c1778b35417d60 Mon Sep 17 00:00:00 2001 From: Goooler Date: Fri, 24 Sep 2021 11:13:10 +0800 Subject: [PATCH] Chore: update dependencies (#1198) --- settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e70ace4a..4c87452b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,8 +15,8 @@ dependencyResolutionManagement { versionCatalogs { create("deps") { val agp = "7.0.2" - val ksp = "1.5.30-1.0.0" - val kotlin = "1.5.30" + val ksp = "1.5.31-1.0.0" + val kotlin = "1.5.31" val golang = "1.0.4" val coroutine = "1.5.2" val coreKtx = "1.6.0"