Skip to content

Commit

Permalink
packages update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Sep 24, 2022
1 parent 28b4347 commit 99a5ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"location" : "https://github.com/ttscoff/read-swift.git",
"state" : {
"branch" : "master",
"revision" : "c0fef3d905cd9172525a8f2f5e42a651998752c7"
"revision" : "4970ae54c717be6c6906e1589335de78f1dd516e"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ let package = Package(
.product(name: "HTML2Text", package: "html2text-swift"),
]
),
.testTarget(
name: "gather-cliTests",
dependencies: ["gather"]
),
// .testTarget(
// name: "gather-cliTests",
// dependencies: ["gather"]
// ),
]
)

0 comments on commit 99a5ccc

Please sign in to comment.