Skip to content

Commit cccd9ed

Browse files
author
walker.zhai
committed
upgrade Dollar to version 9.0.0
1 parent 8cc6996 commit cccd9ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.osx.deployment_target = "10.10"
1313
s.tvos.deployment_target = "9.0"
1414
s.watchos.deployment_target = "2.0"
15-
s.dependency "Dollar", "~> 7.1.0"
15+
s.dependency "Dollar", "~> 9.0.0"
1616
end

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// swift-tools-version:4.0
12
import PackageDescription
23

34
let package = Package(
45
name: "Cent",
56
dependencies: [
6-
.Package(url: "https://github.com/ankurp/Dollar", majorVersion: 7, minor: 1)
7+
.Package(url: "https://github.com/ankurp/Dollar", majorVersion: 9, minor: 0)
78
])

0 commit comments

Comments
 (0)