Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed Oct 6, 2021
1 parent 7cbbf22 commit 0d051a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -33,7 +33,7 @@ let package = Package(
dependencies: [
.package(name: "AWSiOSSDKV2", url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.26.0")),
.package(name: "AppSyncRealTimeClient", url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "1.4.3"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", .exact("0.12.2"))
.package(url: "https://github.com/stephencelis/SQLite.swift.git", .branch("master"))
],
targets: [
.target(
Expand Down

0 comments on commit 0d051a5

Please sign in to comment.