Skip to content

Commit

Permalink
Add required .git
Browse files Browse the repository at this point in the history
  • Loading branch information
mgacy committed Dec 19, 2023
1 parent af64f60 commit 91c5552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Persistence", targets: ["Persistence"])
],
dependencies: [
.package(url: "https://github.com/awslabs/aws-sdk-swift", from: "0.19.0")
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", from: "0.19.0")
],
targets: [
.target(
Expand Down

0 comments on commit 91c5552

Please sign in to comment.