Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Commit f44a4a7

Browse files
committed
Leaf -> Tau
1 parent 2e7a038 commit f44a4a7

27 files changed

Lines changed: 180 additions & 374 deletions

Package.resolved

Lines changed: 50 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ let package = Package(
1010
.library(name: "ViewKit", targets: ["ViewKit"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/vapor", from: "4.35.0"),
13+
.package(url: "https://github.com/vapor/vapor", from: "4.41.0"),
1414
.package(url: "https://github.com/vapor/fluent", from: "4.0.0"),
15-
.package(url: "https://github.com/vapor/leaf", .exact("4.0.0-tau.1")),
16-
.package(url: "https://github.com/vapor/leaf-kit", .exact("1.0.0-tau.1.1")),
1715
.package(url: "https://github.com/vapor/fluent-kit", from: "1.0.0"),
16+
.package(url: "https://github.com/binarybirds/tau", from: "1.0.0"),
1817
],
1918
targets: [
2019
.target(name: "ViewKit", dependencies: [
2120
.product(name: "Vapor", package: "vapor"),
2221
.product(name: "Fluent", package: "fluent"),
23-
.product(name: "Leaf", package: "leaf"),
24-
.product(name: "LeafKit", package: "leaf-kit"),
22+
.product(name: "Tau", package: "tau"),
2523
]),
2624
.testTarget(name: "ViewKitTests", dependencies: [
2725
.target(name: "ViewKit"),

0 commit comments

Comments
 (0)