From a349201c96322d49960c2c19ee227c88028740d1 Mon Sep 17 00:00:00 2001 From: Dmitriy Borovikov Date: Mon, 19 Feb 2024 01:18:05 +0300 Subject: [PATCH] Switch Msg2swift to master branch --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 564b3ee..ba52f22 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( .plugin(name: "Msg2swiftCommand", targets: ["Msg2swiftCommand"]), ], dependencies: [ - .package(url: "https://github.com/DimaRU/Msg2swift.git", branch: "develop") + .package(url: "https://github.com/DimaRU/Msg2swift.git", branch: "master") ], targets: [ .target(