Skip to content

Commit

Permalink
Update upstream dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Apr 1, 2024
1 parent a6b532d commit 362480d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OktaIdx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Integrate your native app with Okta using the Okta Identity Engine library.
spec.source_files = 'Sources/OktaIdx/**/*.swift'
spec.swift_version = "5.6"

spec.dependency "OktaAuthFoundation", "~> 1.6.1"
spec.dependency "OktaAuthFoundation", "~> 1.7.0"
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var package = Package(
],
dependencies: [
.package(url: "https://github.com/okta/okta-mobile-swift",
from: "1.6.1"),
from: "1.7.0"),
.package(url: "https://github.com/apple/swift-docc-plugin",
from: "1.0.0")
],
Expand Down

0 comments on commit 362480d

Please sign in to comment.