Skip to content

Commit a9df74c

Browse files
Updated Package.swift to use Swift 5.2 and the pre-release versions of Telegrammer to fix Ubuntu URLSession not in scope error
1 parent 1613575 commit a9df74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NotifierBot/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
1616
// .package(url: /* package url */, from: "1.0.0"),
17-
.package(url: "https://github.com/givip/Telegrammer", from: "0.5.4")
17+
.package(url: "https://github.com/givip/Telegrammer", from: "1.0.0-alpha.3.1")
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)