Skip to content

Commit

Permalink
Update to iTwin 4.2.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley authored Oct 23, 2023
1 parent 1c54eeb commit 5880e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "itwin-mobile-native", url: "https://github.com/iTwin/mobile-native-ios", .exact("4.1.13")),
.package(name: "itwin-mobile-native", url: "https://github.com/iTwin/mobile-native-ios", .exact("4.2.10")),
.package(url: "https://github.com/AsyncSwift/AsyncLocationKit.git", .upToNextMajor(from: "1.5.6")),
.package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.1.0"),
.package(name: "AppAuth", url: "https://github.com/openid/AppAuth-iOS.git", .upToNextMajor(from: "1.6.0")),
Expand Down

0 comments on commit 5880e87

Please sign in to comment.