From 3a46a508c0b0636f430de59497cb9680641c9a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 20 Apr 2019 15:11:17 +0000 Subject: [PATCH] Bump ios-driver from 1.0.3 to 1.1.3 Bumps [ios-driver](https://github.com/square/sqldelight) from 1.0.3 to 1.1.3. - [Release notes](https://github.com/square/sqldelight/releases) - [Changelog](https://github.com/square/sqldelight/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/sqldelight/compare/1.0.3...1.1.3) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 125beca..f596c12 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ kotlin { } iosMain { dependencies { - implementation 'com.squareup.sqldelight:ios-driver:1.0.3' + implementation 'com.squareup.sqldelight:ios-driver:1.1.3' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.2.0' } }