Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f2ec6cf

Browse files
authored
Remove HTMLEntities dependency (#203)
1 parent de1b87a commit f2ec6cf

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

Package.resolved

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@
5555
"version": "0.28.3+20200110.2a76603"
5656
}
5757
},
58-
{
59-
"package": "HTMLEntities",
60-
"repositoryURL": "https://github.com/IBM-Swift/swift-html-entities.git",
61-
"state": {
62-
"branch": null,
63-
"revision": "744c094976355aa96ca61b9b60ef0a38e979feb7",
64-
"version": "3.0.14"
65-
}
66-
},
6758
{
6859
"package": "swift-log",
6960
"repositoryURL": "https://github.com/apple/swift-log.git",
@@ -113,8 +104,8 @@
113104
"package": "SwiftSyntaxHighlighter",
114105
"repositoryURL": "https://github.com/NSHipster/SwiftSyntaxHighlighter.git",
115106
"state": {
116-
"branch": "1.1.0",
117-
"revision": "b23b80be3032916dd5aefe9c621be25f75f3681f",
107+
"branch": "1.1.1",
108+
"revision": "76bd23ae4b23f028a8e45f906c2bf98312fb9d33",
118109
"version": null
119110
}
120111
}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .upToNextMinor(from: "0.1.2")),
2121
.package(url: "https://github.com/NSHipster/HypertextLiteral.git", .upToNextMinor(from: "0.0.2")),
2222
.package(url: "https://github.com/SwiftDocOrg/Markup.git", .upToNextMinor(from: "0.0.3")),
23-
.package(url: "https://github.com/NSHipster/SwiftSyntaxHighlighter.git", .revision("1.1.0")),
23+
.package(url: "https://github.com/NSHipster/SwiftSyntaxHighlighter.git", .revision("1.1.1")),
2424
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.0.6")),
2525
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.2.0")),
2626
.package(name: "LoggingGitHubActions", url: "https://github.com/NSHipster/swift-log-github-actions.git", .upToNextMinor(from: "0.0.1")),

0 commit comments

Comments
 (0)