Skip to content

Commit

Permalink
Stabilize dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flowtoolz committed Oct 10, 2022
1 parent a060c9d commit 817105d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.6

import PackageDescription

Expand All @@ -13,11 +13,11 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/flowtoolz/FoundationToolz.git",
.branch("master")
exact: "0.1.0"
),
.package(
url: "https://github.com/flowtoolz/SwiftyToolz.git",
.branch("master")
exact: "0.1.0"
)
],
targets: [
Expand Down

0 comments on commit 817105d

Please sign in to comment.