Skip to content

Commit 8834ea2

Browse files
committed
updated versions
1 parent 472d402 commit 8834ea2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "reactive-swift/CUV"
2-
github "crossroadlabs/Boilerplate" "master"
2+
github "crossroadlabs/Boilerplate" ~> 1.0

Package.swift

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let package = Package(
2020
name: "UV",
2121
targets: [Target(name: "UV")],
2222
dependencies: [
23-
.Package(url: "https://github.com/reactive-swift/CUV.git", majorVersion: 0, minor: 1),
24-
.Package(url: "https://github.com/crossroadlabs/Boilerplate.git", majorVersion: 0, minor: 2)
25-
]
23+
.Package(url: "https://github.com/reactive-swift/CUV.git", majorVersion: 1, minor: 0),
24+
.Package(url: "https://github.com/crossroadlabs/Boilerplate.git", majorVersion: 1, minor: 0)
25+
],
26+
exclude: ["Carthage"]
2627
)

0 commit comments

Comments
 (0)