Skip to content

Commit

Permalink
Update to BlueCryptor 1.0 and relax minor constraints (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyeMaloy97 authored and djones6 committed Apr 17, 2018
1 parent 241f75b commit 1152789
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 @@ -30,8 +30,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/Kitura-net.git", .upToNextMinor(from: "2.0.0")),
.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", .upToNextMinor(from: "0.8.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-net.git", from: "2.1.0"),
.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", from: "1.0.0"),

],
targets: [
Expand Down

0 comments on commit 1152789

Please sign in to comment.