Skip to content

Commit

Permalink
Merge pull request #34 from brightdigit/feature/platforms-2019
Browse files Browse the repository at this point in the history
Feature/platforms 2019
  • Loading branch information
orta authored May 28, 2020
2 parents 749fde3 + d6fe6d1 commit cdcd673
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
{
"package": "PackageConfig",
"repositoryURL": "https://github.com/shibapm/PackageConfig",
"repositoryURL": "https://github.com/shibapm/PackageConfig.git",
"state": {
"branch": null,
"revision": "5496f0638bf461db2425e1fbd56533b692be3d5f",
"version": "0.11.0"
"revision": "bf90dc69fa0792894b08a0b74cf34029694ae486",
"version": "0.13.0"
}
},
{
Expand Down Expand Up @@ -126,6 +126,15 @@
"revision": "f43166a8e18fdd0857f29e303b1bb79a5428bca0",
"version": "4.9.0"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams",
"state": {
"branch": null,
"revision": "b08dba4bcea978bf1ad37703a384097d3efce5af",
"version": "1.0.2"
}
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
// User deps
.package(url: "https://github.com/shibapm/PackageConfig", from: "0.11.0"),
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.13.0"),
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.1.0"),
// Dev deps
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // dev
Expand Down
2 changes: 1 addition & 1 deletion Tests/KomondorTests/KomondorTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testable import Komondor
@testable import komondor
import XCTest

final class KomondorTests: XCTestCase {
Expand Down

0 comments on commit cdcd673

Please sign in to comment.