Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Aug 30, 2022
1 parent 52a7123 commit 8be73be
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(
.library(name: "FlowAllocLow", targets: ["FlowAllocLow"]),
],
dependencies: [
.package(url: "https://github.com/openalloc/FlowXCT.git", from: "1.1.0"),
.package(url: "https://github.com/openalloc/FlowBase.git", from: "1.1.0"),
.package(url: "https://github.com/openalloc/FlowXCT.git", from: "1.0.0"),
.package(url: "https://github.com/openalloc/FlowBase.git", from: "1.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 8be73be

Please sign in to comment.