Skip to content

Commit

Permalink
fix: We now use better versioning of our iosMath fork in our Package.…
Browse files Browse the repository at this point in the history
…swift (tophat#218)
  • Loading branch information
Blair McArthur authored Jan 25, 2022
1 parent 4dbc971 commit 76a5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(name: "Down", url: "https://github.com/johnxnguyen/Down", .upToNextMajor(from: "0.11.0")),
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMajor(from: "5.0.1")),
.package(name: "iosMath", url: "https://github.com/tophatmonocle/iosMath", .branch("master")),
.package(name: "iosMath", url: "https://github.com/tophatmonocle/iosMath", .upToNextMajor(from: "1.1.1")),
],
targets: [
.target(
Expand Down

0 comments on commit 76a5078

Please sign in to comment.