Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Oct 3, 2023
1 parent 048a455 commit 7f15439
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 @@ -17,8 +17,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto", from: "2.5.0"),
.package(url: "https://github.com/OperatorFoundation/Datable", branch: "main"),
.package(url: "https://github.com/OperatorFoundation/Song", branch: "main"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.0"),
.package(url: "https://github.com/OperatorFoundation/Song", branch: "release"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 7f15439

Please sign in to comment.