Skip to content

Commit

Permalink
Update Plugin to 2.0.0 for Fork async (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Feb 18, 2023
1 parent d6ff424 commit 7988180
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
/Package.resolved
32 changes: 0 additions & 32 deletions Package.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-log", from: "1.5.2"),
.package(url: "https://github.com/0xLeif/Plugin", from: "1.1.0"),
.package(url: "https://github.com/0xLeif/Plugin", from: "2.0.0"),
.package(url: "https://github.com/0xOpenBytes/o", from: "2.0.0")
],
targets: [
Expand Down

0 comments on commit 7988180

Please sign in to comment.