Skip to content

Commit

Permalink
Update Synchronized to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Oct 30, 2020
1 parent 3e094ad commit 60c123b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/shareup/synchronized.git",
"state": {
"branch": null,
"revision": "5f3312cf35cde0ddd1196ca9c44190b1859426e0",
"version": "2.0.0"
"revision": "e8bbab660d61b4f78fd94c3640f1a03886c326ea",
"version": "2.1.0"
}
}
]
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(
],
dependencies: [
.package(name: "CWasm3", url: "https://github.com/shareup/cwasm3.git", .upToNextMinor(from: "0.4.7")),
.package(name: "Synchronized", url: "https://github.com/shareup/synchronized.git", .upToNextMajor(from: "2.0.0")),
.package(name: "Synchronized", url: "https://github.com/shareup/synchronized.git", .upToNextMajor(from: "2.1.0")),
],
targets: [
.target(
Expand Down

0 comments on commit 60c123b

Please sign in to comment.