Skip to content

Commit

Permalink
Merge pull request #66 from siemensikkema/feature/bump-yams
Browse files Browse the repository at this point in the history
Bump yams version + expand gitignore
  • Loading branch information
mattpolzin authored May 13, 2020
2 parents 0d4d722 + cc0d0a3 commit 68b8072
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.build
/Packages
/*.xcodeproj
.swiftpm
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/jpsim/Yams.git",
"state": {
"branch": null,
"revision": "c947a306d2e80ecb2c0859047b35c73b8e1ca27f",
"version": "2.0.0"
"revision": "81a65c4069c28011ee432f2858ba0de49b086677",
"version": "3.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["OpenAPIKit"]),
],
dependencies: [
.package(url: "https://github.com/jpsim/Yams.git", from: "2.0.0"), // just for tests
.package(url: "https://github.com/jpsim/Yams.git", from: "3.0.0"), // just for tests
.package(url: "https://github.com/omochi/FineJSON.git", from: "1.14.0") // just for tests
],
targets: [
Expand Down

0 comments on commit 68b8072

Please sign in to comment.