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 1abdab0 commit 36d8023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/codeface-io/SwiftLSP.git",
branch: "master"
exact: "0.3.0"
),
.package(
url: "https://github.com/flowtoolz/FoundationToolz.git",
branch: "master"
exact: "0.1.0"
),
.package(
url: "https://github.com/codeface-io/SwiftObserver.git",
branch: "master"
exact: "7.0.1"
),
.package(
url: "https://github.com/flowtoolz/SwiftyToolz.git",
branch: "master"
exact: "0.1.0"
)
],
targets: [
Expand Down

0 comments on commit 36d8023

Please sign in to comment.