Skip to content

Commit

Permalink
Track dependencies just up to next minor
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Jul 4, 2021
1 parent 55bf4f6 commit 62a0e1d
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
Expand Up @@ -16,8 +16,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.2.0")),
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", from: "0.1.1"),
.package(url: "https://github.com/Apodini/Analyst.git", from: "0.1.0")
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", .upToNextMinor(from: "0.1.1")),
.package(url: "https://github.com/Apodini/Analyst.git", .upToNextMinor(from: "0.1.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 62a0e1d

Please sign in to comment.