Skip to content

Commit

Permalink
Use v24.3.7 exactly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2024
1 parent 6983ebb commit 50cbc51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions swift/Arrow/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ let package = Package(
targets: ["Arrow"])
],
dependencies: [
.package(
url: "https://github.com/google/flatbuffers.git",
.upToNextMajor(from: "v24.3.7")
),
.package(url: "https://github.com/google/flatbuffers.git", branch: "v24.3.7"),
.package(
url: "https://github.com/apple/swift-atomics.git",
.upToNextMajor(from: "1.2.0") // or `.upToNextMinor
Expand Down

0 comments on commit 50cbc51

Please sign in to comment.