Skip to content

Commit

Permalink
Updated to SwiftPlus 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangerhards committed Sep 6, 2022
1 parent 1351f45 commit bf93d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/knoggl/SwiftPlus.git",
"state": {
"branch": null,
"revision": "6462a652eb22e9fed60abafefe1dea04a683f832",
"version": "1.1.1"
"revision": "93cbc8d43176038b1eef0e07fc0c5637f3a01042",
"version": "1.3.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["CleanUI"]),
],
dependencies: [
.package(url: "https://github.com/knoggl/SwiftPlus.git", .upToNextMajor(from: "1.1.1"))
.package(url: "https://github.com/knoggl/SwiftPlus.git", .upToNextMajor(from: "1.2.0"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit bf93d71

Please sign in to comment.