Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit dcf9e09

Browse files
Update Package.swift
1 parent fa6ebb2 commit dcf9e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ let package = Package(
44
name: "Bugsnag",
55
dependencies: [
66
.Package(url: "https://github.com/vapor/vapor.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
7-
.Package(url: "https://github.com/nodes-vapor/stacked.git", majorVersion: 0, minor: 1)
7+
.Package(url: "https://github.com/nodes-vapor/stacked.git", majorVersion: 0, minor: 0)
88
]
99
)

0 commit comments

Comments
 (0)