Skip to content

Commit

Permalink
Consume SynchronizedDynamic dynamic library
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Apr 10, 2021
1 parent 00de3b9 commit 25c9078
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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": "e8bbab660d61b4f78fd94c3640f1a03886c326ea",
"version": "2.1.0"
"revision": "56f5956cbd9cf4bcd2f92153c03ae293dffb0987",
"version": "2.3.0"
}
},
{
Expand Down
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.package(
name: "Synchronized",
url: "https://github.com/shareup/synchronized.git",
from: "2.1.0"
from: "2.3.0"
),
.package(
name: "WebSocketProtocol",
Expand All @@ -28,7 +28,10 @@ let package = Package(
targets: [
.target(
name: "WebSocket",
dependencies: ["Synchronized", "WebSocketProtocol"]
dependencies: [
.product(name: "SynchronizedDynamic", package: "Synchronized"),
"WebSocketProtocol"
]
),
.testTarget(
name: "WebSocketTests",
Expand Down

0 comments on commit 25c9078

Please sign in to comment.