Skip to content

Commit

Permalink
Update minimum dependency versions (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcbride authored Sep 5, 2021
1 parent 4a256c4 commit 142cf70
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Quick/Nimble" ~> 9.0.1
github "Quick/Nimble" ~> 9.2.1
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Quick/Quick" ~> 3.1.2
github "Quick/Quick" ~> 4.0.0
github "jspahrsummers/xcconfigs" ~> 1.1
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v9.0.1"
github "Quick/Quick" "v3.1.2"
github "Quick/Nimble" "v9.2.1"
github "Quick/Quick" "v4.0.0"
github "jspahrsummers/xcconfigs" "1.1"
2 changes: 0 additions & 2 deletions Mobius.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@
2DF4C53320DBE03900A4B6DE /* libMobiusTest.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMobiusTest.a; sourceTree = BUILT_PRODUCTS_DIR; };
5B19F71A21254CCD00074AD7 /* NextMatchers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextMatchers.swift; sourceTree = "<group>"; };
5B19F71D21255F9600074AD7 /* NextMatchersTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextMatchersTests.swift; sourceTree = "<group>"; };
5B19F71F212591C900074AD7 /* MobiusTest.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = MobiusTest.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
5B1F104C21105CAD0067193C /* EventSourceMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventSourceMap.swift; sourceTree = "<group>"; };
5B1F104F21105CC00067193C /* EventSource+ExtensionsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "EventSource+ExtensionsTests.swift"; sourceTree = "<group>"; };
5B237EB9209C4F3C00764576 /* Connectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Connectable.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -764,7 +763,6 @@
5BB2888B20999B2E0043B530 /* MobiusTest */ = {
isa = PBXGroup;
children = (
5B19F71F212591C900074AD7 /* MobiusTest.playground */,
5BB288A320999B750043B530 /* Source */,
5BB288A920999B750043B530 /* Test */,
5BB288A520999B750043B530 /* BuildSystem */,
Expand Down
2 changes: 1 addition & 1 deletion MobiusNimble.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"0.4.0"
],
"Nimble": [
"~> 9.0.1"
"~> 9.2.1"
]
}
}
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"state": {
"branch": null,
"revision": "7a54aaf19a8ef16f67787c260fda81ead7ba4d67",
"version": "9.0.1"
"version": "9.2.1"
}
},
{
Expand All @@ -34,7 +34,7 @@
"state": {
"branch": null,
"revision": "8cce6acd38f965f5baa3167b939f86500314022b",
"version": "3.1.2"
"version": "4.0.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
.library(name: "MobiusTest", targets: ["MobiusTest"]),
],
dependencies: [
.package(url: "https://github.com/Quick/Nimble", from: "9.0.1"),
.package(url: "https://github.com/Quick/Quick", from: "3.1.2"),
.package(url: "https://github.com/Quick/Nimble", from: "9.2.1"),
.package(url: "https://github.com/Quick/Quick", from: "4.0.0"),
],
targets: [
.target(name: "MobiusCore", path: "MobiusCore/Source"),
Expand Down
2 changes: 1 addition & 1 deletion Tools/BuildSystemTests/MobiusCarthageTest/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "spotify/Mobius.swift" "master"
github "Quick/Nimble" ~> 9.0.1
github "Quick/Nimble" ~> 9.2.1
2 changes: 1 addition & 1 deletion Tools/BuildSystemTests/MobiusCocoaPodsTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ target 'MobiusCocoaPodsTest' do
pod 'MobiusExtras', :path => '../../../'
pod 'MobiusNimble', :path => '../../../'
pod 'MobiusTest', :path => '../../../'
pod 'Nimble', '~> 9.0.1'
pod 'Nimble', '~> 9.2.1'
end
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
repositoryURL = "https://github.com/Quick/Nimble";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.0.1;
minimumVersion = 9.2.1;
};
};
2D35A2CD241F8FE400C344AC /* XCRemoteSwiftPackageReference "Mobius.swift" */ = {
Expand All @@ -559,7 +559,7 @@
repositoryURL = "https://github.com/Quick/Nimble";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.0.1;
minimumVersion = 9.2.1;
};
};
2D35A2E2241F910200C344AC /* XCRemoteSwiftPackageReference "Mobius.swift" */ = {
Expand All @@ -575,7 +575,7 @@
repositoryURL = "https://github.com/Quick/Nimble";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.0.1;
minimumVersion = 9.2.1;
};
};
2D35A2F7241F911700C344AC /* XCRemoteSwiftPackageReference "Mobius.swift" */ = {
Expand Down

0 comments on commit 142cf70

Please sign in to comment.