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 1613575 commit a9df74cCopy full SHA for a9df74c
NotifierBot/Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.0
+// swift-tools-version:5.2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
@@ -14,7 +14,7 @@ let package = Package(
14
dependencies: [
15
// Dependencies declare other packages that this package depends on.
16
// .package(url: /* package url */, from: "1.0.0"),
17
- .package(url: "https://github.com/givip/Telegrammer", from: "0.5.4")
+ .package(url: "https://github.com/givip/Telegrammer", from: "1.0.0-alpha.3.1")
18
],
19
targets: [
20
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments