Skip to content

Commit

Permalink
Bump up dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Jul 19, 2023
1 parent dec8763 commit 99e8fa6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ kermit = "1.2.2"
kmmbridge = "0.3.7"
kotest = "5.5.4"
kotlin = "1.8.20"
kotlinx-collections = "0.3.5"
kotlininject = "0.6.1"
ktor = "2.3.2"
ksp = "1.8.21-1.0.11"
lint = "1.2.0"
shared-module-version = "0.7.1"
shared-module-version = "0.8.0"
snapper = "0.3.0"
sqldelight = "2.0.0-rc01"
store5 = "5.0.0-beta01"
Expand Down Expand Up @@ -109,6 +110,7 @@ kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref =
kotlinInject-compiler = { module = "me.tatarka.inject:kotlin-inject-compiler-ksp", version.ref = "kotlininject" }
kotlinInject-runtime = { module = "me.tatarka.inject:kotlin-inject-runtime", version.ref = "kotlininject" }
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "atomicfu" }
kotlinx-collections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx-collections" }
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "datetime" }

ktor-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
Expand Down
19 changes: 17 additions & 2 deletions ios/tv-maniac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
D653926329DACC39000EE673 /* ProfileViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D653926229DACC39000EE673 /* ProfileViewModel.swift */; };
D653926B29DAD8FA000EE673 /* config.json in Resources */ = {isa = PBXBuildFile; fileRef = D653926A29DAD8FA000EE673 /* config.json */; };
D6F736AA2A61B830007EE1FB /* DetailScreenHelperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6F736A92A61B830007EE1FB /* DetailScreenHelperView.swift */; };
D6F736AC2A61C399007EE1FB /* TvManiac.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6F736AB2A61C399007EE1FB /* TvManiac.xcframework */; };
D6F736AF2A67E12E007EE1FB /* TvManiac in Frameworks */ = {isa = PBXBuildFile; productRef = D6F736AE2A67E12E007EE1FB /* TvManiac */; };
E90392B02918616400B9CAF0 /* DiscoverShowsViewmodel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E90392AF2918616400B9CAF0 /* DiscoverShowsViewmodel.swift */; };
E90392C129197BDF00B9CAF0 /* FullScreenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E90392C029197BDF00B9CAF0 /* FullScreenView.swift */; };
E924E11D272F2BA000C4435F /* HomeUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E924E11C272F2BA000C4435F /* HomeUIView.swift */; };
Expand Down Expand Up @@ -147,7 +147,7 @@
files = (
E9C6114E27FF863600F8A23F /* Kingfisher in Frameworks */,
D653924829D8B6A6000EE673 /* OAuthSwift in Frameworks */,
D6F736AC2A61C399007EE1FB /* TvManiac.xcframework in Frameworks */,
D6F736AF2A67E12E007EE1FB /* TvManiac in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -427,6 +427,7 @@
packageProductDependencies = (
E9C6114D27FF863600F8A23F /* Kingfisher */,
D653924729D8B6A6000EE673 /* OAuthSwift */,
D6F736AE2A67E12E007EE1FB /* TvManiac */,
);
productName = ios;
productReference = 7555FF7B242A565900829871 /* tv-maniac.app */;
Expand Down Expand Up @@ -459,6 +460,7 @@
packageReferences = (
E9C6114C27FF863600F8A23F /* XCRemoteSwiftPackageReference "Kingfisher" */,
D653924629D8B6A6000EE673 /* XCRemoteSwiftPackageReference "OAuthSwift" */,
D6F736AD2A67E12E007EE1FB /* XCRemoteSwiftPackageReference "tvmaniac-swift-packages" */,
);
productRefGroup = 7555FF7C242A565900829871 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -765,6 +767,14 @@
minimumVersion = 2.2.0;
};
};
D6F736AD2A67E12E007EE1FB /* XCRemoteSwiftPackageReference "tvmaniac-swift-packages" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/c0de-wizard/tvmaniac-swift-packages";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.8.0;
};
};
E9C6114C27FF863600F8A23F /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
Expand All @@ -781,6 +791,11 @@
package = D653924629D8B6A6000EE673 /* XCRemoteSwiftPackageReference "OAuthSwift" */;
productName = OAuthSwift;
};
D6F736AE2A67E12E007EE1FB /* TvManiac */ = {
isa = XCSwiftPackageProductDependency;
package = D6F736AD2A67E12E007EE1FB /* XCRemoteSwiftPackageReference "tvmaniac-swift-packages" */;
productName = TvManiac;
};
E9C6114D27FF863600F8A23F /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = E9C6114C27FF863600F8A23F /* XCRemoteSwiftPackageReference "Kingfisher" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
{
"identity" : "tvmaniac-swift-packages",
"kind" : "remoteSourceControl",
"location" : "https://github.com/c0de-wizard/tvmaniac-swift-packages.git",
"location" : "https://github.com/c0de-wizard/tvmaniac-swift-packages",
"state" : {
"revision" : "c03d1d51578b5f17f8148939fa3be30e79e84f15",
"revision" : "f2ef90ff48c42377e40f2a6b0a5a3a63eae11507",
"version" : "0.8.0"
}
}
Expand Down

0 comments on commit 99e8fa6

Please sign in to comment.