File tree 15 files changed +32
-24
lines changed
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 " ) ,
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/vapor/jwt " , from: " 4.0.0 " ) ,
Original file line number Diff line number Diff line change 114
114
"repositoryURL" : " https://github.com/binarybirds/leaf-foundation" ,
115
115
"state" : {
116
116
"branch" : null ,
117
- "revision" : " 5e20acb3a376c19d15d0b73edc6bdd477f09e410 " ,
118
- "version" : " 1.0.0-beta.1 .1"
117
+ "revision" : " 0af5a1dd27fb0131f8d8d37570e375eff38bfeab " ,
118
+ "version" : " 1.0.0-beta.2 .1"
119
119
}
120
120
},
121
121
{
304
304
"state" : {
305
305
"branch" : null ,
306
306
"revision" : " e17b75c6e07a49ad22d2dc43f0214accbda18a4f" ,
307
- "version" : " 1.2.0-rc.3.2 "
307
+ "version" : " 1.2.0"
308
308
}
309
309
},
310
310
{
313
313
"state" : {
314
314
"branch" : null ,
315
315
"revision" : " f666bdeea9286a522468e40f7f95bcec856d7826" ,
316
- "version" : " 1.4.0-beta.4 "
316
+ "version" : " 1.4.0"
317
317
}
318
318
},
319
319
{
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/vapor/jwt " , from: " 4.0.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/vapor/fluent-postgres-driver " , from: " 2.0.0 " ) ,
You can’t perform that action at this time.
0 commit comments