Skip to content

Commit

Permalink
Revert to versioned Speech dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Dec 21, 2024
1 parent 60537e0 commit cb128ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "2.0.0"),
// .package(url: "https://github.com/StanfordSpezi/SpeziSpeech", from: "1.1.0"),
.package(url: "https://github.com/StanfordSpezi/SpeziSpeech", branch: "feat/swift-6-language-mode"),
.package(url: "https://github.com/StanfordSpezi/SpeziSpeech", from: "1.1.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziViews", from: "1.8.0")
],
targets: [
Expand Down

0 comments on commit cb128ed

Please sign in to comment.