From f49d8a8cce62532fc7d4ca27e438547008f4f8eb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 14 Oct 2021 08:22:03 +0530 Subject: [PATCH] gradle: bump aurora to 0.0.56 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 58f3c918..7bac3aec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanist = "0.19.0" -aurora = "0.0.54-SNAPSHOT" +aurora = "0.0.56-SNAPSHOT" coroutines = "1.5.2" hilt = "2.39" serialization = "1.3.0"