From 7347e58ba7a7cbf8587e76b0910b3dd4c889bb55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:31:09 +0000 Subject: [PATCH] Update Versions.SQL_DELIGHT to v1.5.5 --- buildSrc/src/main/kotlin/Dependenciey.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependenciey.kt b/buildSrc/src/main/kotlin/Dependenciey.kt index 1710a64..958bdaf 100644 --- a/buildSrc/src/main/kotlin/Dependenciey.kt +++ b/buildSrc/src/main/kotlin/Dependenciey.kt @@ -3,7 +3,7 @@ object Versions { const val AGP_VERSION = "7.1.2" const val COMPOSE_VERSION = "1.1.0" - const val SQL_DELIGHT = "1.5.3" + const val SQL_DELIGHT = "1.5.5" const val DECOMPOSE_GRADLE_PLUGIN = "9f046bd98f" const val DECOMPOSE = "0.5.1"