Skip to content

Commit aa48f0e

Browse files
author
Eric Miller
committed
Updating package file syntax
1 parent dbc0a76 commit aa48f0e

File tree

3 files changed

+1009
-1010
lines changed

3 files changed

+1009
-1010
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "UBKit", targets: ["UBKit"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "1.4.0")
13+
.package(url: "https://github.com/yonaskolb/XcodeGen.git", .upToNextMinor(from: "1.5.0"))
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)