File tree Expand file tree Collapse file tree 15 files changed +32
-24
lines changed Expand file tree Collapse file tree 15 files changed +32
-24
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/lukaskubanek/LoremSwiftum " , from: " 2.2.1 " )
14
15
] ,
15
16
targets: [
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/lukaskubanek/LoremSwiftum " , from: " 2.2.1 " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/lukaskubanek/LoremSwiftum " , from: " 2.2.1 " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/lukaskubanek/LoremSwiftum " , from: " 2.2.1 " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from: " 4.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact( " 1.0.0-tau.1.1 " ) ) ,
13
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
14
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
15
16
. package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from : " 4.0.0-tau " ) ,
13
- . package ( url: " https://github.com/vapor/leaf-kit " , from : " 1.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact ( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact ( " 1.0.0-tau.1.1 " ) ) ,
14
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
15
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
16
16
. package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ let package = Package(
9
9
dependencies: [
10
10
// 💧 A server-side Swift web framework.
11
11
. package ( url: " https://github.com/vapor/vapor " , from: " 4.34.0 " ) ,
12
- . package ( url: " https://github.com/vapor/leaf " , from : " 4.0.0-tau " ) ,
13
- . package ( url: " https://github.com/vapor/leaf-kit " , from : " 1.0.0-tau " ) ,
12
+ . package ( url: " https://github.com/vapor/leaf " , . exact ( " 4.0.0-tau.1 " ) ) ,
13
+ . package ( url: " https://github.com/vapor/leaf-kit " , . exact ( " 1.0.0-tau.1.1 " ) ) ,
14
14
. package ( url: " https://github.com/vapor/fluent " , from: " 4.0.0 " ) ,
15
15
. package ( url: " https://github.com/vapor/fluent-sqlite-driver " , from: " 4.0.0 " ) ,
16
16
. package ( url: " https://github.com/binarybirds/liquid " , from: " 1.1.0 " ) ,
You can’t perform that action at this time.
0 commit comments