We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d545c6 commit a08b036Copy full SHA for a08b036
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.plugin(name: "Msg2swiftCommand", targets: ["Msg2swiftCommand"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/DimaRU/Msg2swift.git", branch: "master")
+ .package(url: "https://github.com/DimaRU/Msg2swift.git", from: "1.0.0")
14
15
targets: [
16
.target(
0 commit comments