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

Commit

Permalink
Align dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steffendsommer committed Dec 11, 2018
1 parent ad46111 commit e4a3fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:4.1
import PackageDescription

let package = Package(
Expand All @@ -7,7 +7,7 @@ let package = Package(
.library(name: "Flash", targets: ["Flash"]),
],
dependencies: [
.package(url: "https://github.com/vapor/leaf.git", from: "3.0.0-rc"),
.package(url: "https://github.com/vapor/leaf.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
],
targets: [
Expand Down

0 comments on commit e4a3fdc

Please sign in to comment.