Skip to content

Commit

Permalink
Update swift tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertialmeida committed May 29, 2020
1 parent 479443a commit 9f5771c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.2

import PackageDescription

Expand All @@ -9,7 +9,7 @@ let package = Package(
.library(name: "MarkdownSyntax", targets: ["MarkdownSyntax"]),
],
dependencies: [
.package(url: "https://github.com/hebertialmeida/swift-cmark-gfm", .branch("master"))
.package(name: "cmark_gfm", url: "https://github.com/hebertialmeida/swift-cmark-gfm", .branch("master"))
],
targets: [
.target(name: "MarkdownSyntax", dependencies: ["cmark_gfm"]),
Expand Down

0 comments on commit 9f5771c

Please sign in to comment.