Skip to content

Commit a3259fc

Browse files
committed
Updated to depend on TTS version 0.2.0
1 parent ec2a86e commit a3259fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
.package(name: "Shout", url: "https://github.com/helsingborg-stad/spm-shout.git", from: "0.1.0"),
2020
.package(name: "TextTranslator", url: "https://github.com/helsingborg-stad/spm-text-translator", from: "0.2.0"),
21-
.package(name: "TTS", url: "https://github.com/helsingborg-stad/spm-tts.git", from: "0.1.8"),
21+
.package(name: "TTS", url: "https://github.com/helsingborg-stad/spm-tts.git", from: "0.2.0"),
2222
.package(name: "STT", url: "https://github.com/helsingborg-stad/spm-stt.git", from: "0.2.1"),
2323
.package(name: "FFTPublisher", url: "https://github.com/helsingborg-stad/spm-fft-publisher.git", from: "0.1.1"),
2424
.package(name: "AudioSwitchboard", url: "https://github.com/helsingborg-stad/spm-audio-switchboard.git", from: "0.1.2")

0 commit comments

Comments
 (0)