@@ -18,10 +18,10 @@ let package = Package(
18
18
. package ( url: " https://github.com/renaudjenny/SwiftClockUI " , from: " 2.0.0 " ) ,
19
19
. package ( url: " https://github.com/pointfreeco/swift-composable-architecture " , from: " 0.52.0 " ) ,
20
20
. package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 0.4.1 " ) ,
21
- . package ( url: " https://github.com/renaudjenny/swift-past-ten " , branch : " main " ) ,
21
+ . package ( url: " https://github.com/renaudjenny/swift-past-ten " , from : " 1.1.0 " ) ,
22
22
. package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.11.0 " ) ,
23
- . package ( url: " https://github.com/renaudjenny/swift-speech-recognizer " , branch : " main " ) ,
24
- . package ( url: " https://github.com/renaudjenny/swift-to-ten " , branch : " main " ) ,
23
+ . package ( url: " https://github.com/renaudjenny/swift-speech-recognizer " , from : " 1.0.0 " ) ,
24
+ . package ( url: " https://github.com/renaudjenny/swift-to-ten " , from : " 1.2.0 " ) ,
25
25
. package ( url: " https://github.com/renaudjenny/swift-tts " , from: " 2.1.2 " ) ,
26
26
] ,
27
27
targets: [
@@ -56,7 +56,6 @@ let package = Package(
56
56
name: " SpeechRecognizerCore " ,
57
57
dependencies: [
58
58
. product( name: " ComposableArchitecture " , package : " swift-composable-architecture " ) ,
59
- . product( name: " SwiftSpeechRecognizer " , package : " swift-speech-recognizer " ) ,
60
59
. product( name: " SwiftSpeechRecognizerDependency " , package : " swift-speech-recognizer " ) ,
61
60
]
62
61
) ,
0 commit comments