Skip to content

Commit

Permalink
Fix spm tags (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki authored and djbe committed Feb 28, 2017
1 parent a336166 commit a63622b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ let package = Package(
Target(name: "StencilSwiftKit", dependencies: [])
],
dependencies: [
// https://github.com/kylef/Stencil/pull/84
.Package(url: "https://github.com/vknabel/Stencil.git", majorVersion: 0, minor: 7),
// Requires new release including https://github.com/kylef/PathKit/commit/7b17207
.Package(url: "https://github.com/vknabel/PathKit.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/kylef/PathKit.git", majorVersion: 0, minor: 8),
]
)

0 comments on commit a63622b

Please sign in to comment.