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

Commit

Permalink
Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Oct 31, 2024
1 parent b92c9c3 commit 02ae9b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 02ae9b5

Please sign in to comment.