Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-markdown to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 72b6b28 commit 0f7a0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ios_sim/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let package = Package(
name: "ios_sim",
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.72.0"),
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.4.0"),
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.5.0"),
]
)

0 comments on commit 0f7a0bf

Please sign in to comment.