Skip to content

Commit

Permalink
Merge pull request #10 from teufelaudio/L10n
Browse files Browse the repository at this point in the history
TSA-1647: FoundationExtensions update
  • Loading branch information
melle authored Nov 24, 2022
2 parents c5ea107 + 58c7f41 commit 25c96e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/teufelaudio/FoundationExtensions.git",
"state": {
"branch": null,
"revision": "79ebeb6b47b41f3423ac995638eba5788b373b5d",
"version": "0.1.17"
"revision": "def4b8d69600a909879cad4d851bc20b962440e7",
"version": "0.1.19"
}
},
{
Expand All @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/teufelaudio/UIExtensions.git",
"state": {
"branch": null,
"revision": "f08014d738c4a7807ca55e52cbf96068d83d2b7d",
"version": "0.2.16"
"revision": "3b8e112b263c272901a1eb29eeb85d8822cf68aa",
"version": "0.2.20"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios.git", from: "3.2.3"),
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "0.2.16")
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "0.2.20")
],
targets: [
.target(name: "LottieExtensions", dependencies: ["Lottie", "UIExtensions"]),
Expand Down

0 comments on commit 25c96e1

Please sign in to comment.