Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luizmb committed Oct 14, 2021
1 parent f8601cb commit e4abf49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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": "4132529c2b498c2b9dd5cb7ba74d1bb06fa58ec6",
"version": "0.1.7"
"revision": "aef679bde907365943fcc8bb5ba7a03e09ec48e3",
"version": "0.1.12"
}
}
]
Expand Down
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: "UIExtensionsAllStatic", targets: ["UIExtensionsAllStatic"]),
],
dependencies: [
.package(url: "https://github.com/teufelaudio/FoundationExtensions.git", .upToNextMajor(from: "0.1.7"))
.package(url: "https://github.com/teufelaudio/FoundationExtensions.git", .upToNextMajor(from: "0.1.12"))
],
targets: [
.target(
Expand Down

0 comments on commit e4abf49

Please sign in to comment.