Skip to content

Commit

Permalink
Merge pull request #16 from Cosmo/development
Browse files Browse the repository at this point in the history
Make HackMan work in Swift 5.0 again
  • Loading branch information
Cosmo committed Sep 2, 2019
2 parents afdba25 + 185dd36 commit 0ef7561
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Cosmo/GrammaticalNumber.git",
"state": {
"branch": null,
"revision": "27145a4e0f236d0091800b864614ecbe27b0bdab",
"version": "0.0.2"
"revision": "3827665bd38a0fd5f215220b26c92df876539af0",
"version": "0.0.3"
}
},
{
Expand Down Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/Cosmo/StringCase.git",
"state": {
"branch": null,
"revision": "4266db35a164e833928ac2a9b812e554c0694201",
"version": "1.0.0"
"revision": "8b1c23b18382a67d44f96e609eaaaf7842f773e8",
"version": "1.0.1"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -12,8 +12,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/stencilproject/Stencil.git", .branch("master")),
.package(url: "https://github.com/Cosmo/GrammaticalNumber.git", from: "0.0.2"),
.package(url: "https://github.com/Cosmo/StringCase.git", from: "1.0.0"),
.package(url: "https://github.com/Cosmo/GrammaticalNumber.git", from: "0.0.3"),
.package(url: "https://github.com/Cosmo/StringCase.git", from: "1.0.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Sources/HackManLib/Generator.swift
Expand Up @@ -33,6 +33,6 @@ extension Generator {
}

var environment: Environment {
Environment(loader: loader)
return Environment(loader: loader)
}
}

0 comments on commit 0ef7561

Please sign in to comment.