Skip to content

Commit

Permalink
Update tvOS app to use sdk version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-raveendran committed May 27, 2024
1 parent e726d20 commit 0b31958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/millicast/millicast-sdk-swift-package", exact: "1.8.2")
.package(url: "https://github.com/millicast/millicast-sdk-swift-package", exact: "1.8.5")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/millicast/millicast-sdk-swift-package",
"state" : {
"revision" : "1ea2b8d7b3ae347837b3c3f9358c024a4664003f",
"version" : "1.8.2"
"revision" : "8e8feebf07a75e60f4016498de00f60c586fa247",
"version" : "1.8.5"
}
}
],
Expand Down

0 comments on commit 0b31958

Please sign in to comment.