Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Update dependencies #4

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
kotlin("multiplatform").version("2.0.20-RC").apply(false)
kotlin("multiplatform").version("2.1.0-Beta2").apply(false)
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ options:
bundleIdPrefix: com.romanpodymov
deploymentTarget:
iOS: 15.0
xcodeVersion: "15.4"
xcodeVersion: "16.1"
packages:
ComposableArchitecture:
url: https://github.com/pointfreeco/swift-composable-architecture
version: 1.12.1
version: 1.15.2
BigNumber:
url: https://github.com/mkrd/Swift-BigInt
branch: master
Expand Down