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

Commit 6aac9ff

Browse files
Merge pull request #99 from nodes-vapor/bugfix/tag-reset
Pin down reset
2 parents fe37a8d + 417fd4d commit 6aac9ff

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
@@ -20,7 +20,7 @@ let package = Package(
2020
.package(url: "https://github.com/nodes-vapor/sugar.git", from: "3.0.0-beta"),
2121
.package(url: "https://github.com/nodes-vapor/flash.git", from: "3.0.0"),
2222
.package(url: "https://github.com/nodes-vapor/bootstrap.git", from: "2.0.0"),
23-
.package(url: "https://github.com/nodes-vapor/reset.git", .branch("master")),
23+
.package(url: "https://github.com/nodes-vapor/reset.git", from: "1.0.0-beta"),
2424
.package(url: "https://github.com/nodes-vapor/submissions.git", from: "1.0.0-beta"),
2525

2626
.package(url: "https://github.com/twof/VaporMailgunService.git", from: "1.1.0"),

0 commit comments

Comments
 (0)