Skip to content

Commit 0dfb269

Browse files
committed
Update dependencies to version numbers
1 parent ef63a0f commit 0dfb269

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Database/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.2.0")),
20-
.package(url: "https://github.com/Apodini/ApodiniCollector.git", .branch("develop")),
21-
.package(url: "https://github.com/Apodini/ApodiniAnalystPresenter.git", .branch("develop"))
20+
.package(url: "https://github.com/Apodini/ApodiniCollector.git", .upToNextMinor(from: "0.1.0")),
21+
.package(url: "https://github.com/Apodini/ApodiniAnalystPresenter.git", .upToNextMinor(from: "0.1.0"))
2222
],
2323
targets: [
2424
.executableTarget(

Gateway/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.2.0")),
19-
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", from: "0.1.1"),
20-
.package(url: "https://github.com/Apodini/ApodiniCollector.git", .branch("develop")),
21-
.package(url: "https://github.com/Apodini/ApodiniAnalystPresenter.git", .branch("develop"))
19+
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", .upToNextMinor(from: "0.1.1")),
20+
.package(url: "https://github.com/Apodini/ApodiniCollector.git", .upToNextMinor(from: "0.1.0")),
21+
.package(url: "https://github.com/Apodini/ApodiniAnalystPresenter.git", .upToNextMinor(from: "0.1.0"))
2222
],
2323
targets: [
2424
.executableTarget(

Processing/Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.2.0")),
19-
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", from: "0.1.1"),
20-
.package(url: "https://github.com/NSHipster/DBSCAN", from: "0.0.1"),
21-
.package(url: "https://github.com/Apodini/ApodiniCollector.git", .branch("develop")),
22-
.package(url: "https://github.com/Apodini/ApodiniAnalystPresenter.git", .branch("develop"))
19+
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", .upToNextMinor(from: "0.1.1")),
20+
.package(url: "https://github.com/NSHipster/DBSCAN", .upToNextMinor(from: "0.0.1")),
21+
.package(url: "https://github.com/Apodini/ApodiniCollector.git", .upToNextMinor(from: "0.1.0")),
22+
.package(url: "https://github.com/Apodini/ApodiniAnalystPresenter.git", .upToNextMinor(from: "0.1.0"))
2323
],
2424
targets: [
2525
.executableTarget(

0 commit comments

Comments
 (0)