Skip to content

Commit

Permalink
Bumped dependency versions, adding support for FCPXML 1.13 and new 90…
Browse files Browse the repository at this point in the history
… fps frame rate (#112 #113)
  • Loading branch information
orchetect committed Nov 14, 2024
1 parent 99b3d92 commit 4988eee
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
Expand Up @@ -22,11 +22,11 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.1"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.3"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
.package(url: "https://github.com/TheAcharya/xlsxwriter.git", from: "1.0.3"),
.package(url: "https://github.com/orchetect/TextFileKit.git", from: "0.2.0"),
.package(url: "https://github.com/orchetect/TimecodeKit.git", from: "2.3.0"),
.package(url: "https://github.com/orchetect/DAWFileKit.git", from: "0.4.11"),
.package(url: "https://github.com/orchetect/TimecodeKit.git", from: "2.3.3"),
.package(url: "https://github.com/orchetect/DAWFileKit.git", from: "0.4.12"),
.package(url: "https://github.com/orchetect/OTCore.git", from: "1.6.0"),
.package(url: "https://github.com/orchetect/swift-testing-extensions.git", from: "0.2.0")
],
Expand Down

0 comments on commit 4988eee

Please sign in to comment.