Skip to content

Commit c1453d5

Browse files
authored
Merge pull request #103 from HDCodePractice/master
fix swift build error in swift 5.2.4
2 parents 97dc44b + 76c6aef commit c1453d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ let package = Package(
126126
dependencies: [
127127
// Dependencies declare other packages that this package depends on.
128128
// .package(url: /* package url */, from: "1.0.0"),
129-
.package(url: "https://github.com/zmeyc/telegram-bot-swift.git", from: "1.1.0"),
129+
.package(name: "TelegramBotSDK", url: "https://github.com/zmeyc/telegram-bot-swift.git", from: "2.0.0"),
130130
],
131131
targets: [
132132
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)