File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
11
11
} else {
12
12
FFIbinaryTarget = . binaryTarget(
13
13
name: " LoroFFI " ,
14
- url: " https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.2 /loroFFI.xcframework.zip " ,
15
- checksum: " 002f5343f0088f05ac90183e5dc1545e6b1f53f39b547ec7d3c2aa07d0f643c8 "
14
+ url: " https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.3 /loroFFI.xcframework.zip " ,
15
+ checksum: " 9475660c4fcee609a498212b8ca038278b34c1325b30fece0ce5740d4025377a "
16
16
)
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let package = Package(
34
34
products : [...... ],
35
35
dependencies :[
36
36
... ,
37
- .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 0.16.2-alpha.2 " )
37
+ .package (url : " https://github.com/loro-dev/loro-swift.git" , from : " 0.16.2-alpha.3 " )
38
38
],
39
39
targets :[
40
40
.executableTarget (
You can’t perform that action at this time.
0 commit comments