Skip to content

Commit

Permalink
Merge pull request #89 from finestructure/develop
Browse files Browse the repository at this point in the history
Release 0.7.1
  • Loading branch information
finestructure authored Oct 12, 2019
2 parents dcb556d + 1531128 commit 1b19012
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swift:5.1
FROM swift:5.1.1

WORKDIR /package

Expand Down
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
{
"package": "PMKFoundation",
"repositoryURL": "https://github.com/finestructure/Foundation.git",
"repositoryURL": "https://github.com/PromiseKit/Foundation.git",
"state": {
"branch": "swift-5.1",
"revision": "2be3e66a76fddba2ef50de777cb2bb0372be2068",
"version": null
"branch": null,
"revision": "1a276e598dac59489ed904887e0740fa75e571e0",
"version": "3.3.4"
}
},
{
Expand Down Expand Up @@ -96,8 +96,8 @@
"repositoryURL": "https://github.com/finestructure/ValueCodable",
"state": {
"branch": null,
"revision": "a35591ad725cded22794c22b5640f420bb862697",
"version": "0.0.5"
"revision": "fd0751dcf225087af26869db409e5163e009f12f",
"version": "0.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/crossroadlabs/Regex.git", from: "1.2.0"),
.package(url: "https://github.com/finestructure/swift-snapshot-testing.git", .branch("swift-5.1-linux")),
.package(url: "https://github.com/finestructure/ValueCodable", from: "0.0.5"),
.package(url: "https://github.com/jpsim/Yams.git", from: "2.0.0"),
.package(url: "https://github.com/kylef/Commander.git", from: "0.8.0"),
Expand All @@ -21,8 +22,7 @@ let package = Package(
.package(url: "https://github.com/mxcl/PromiseKit", from: "6.0.0"),
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
.package(url: "https://github.com/pointfreeco/swift-gen.git", from: "0.2.0"),
.package(url: "https://github.com/finestructure/swift-snapshot-testing.git", .branch("swift-5.1-linux")),
.package(url: "https://github.com/finestructure/Foundation.git", .branch("swift-5.1")),
.package(url: "https://github.com/PromiseKit/Foundation.git", from: "3.3.4"),
],
targets: [
.target(
Expand Down

0 comments on commit 1b19012

Please sign in to comment.