Skip to content

Commit

Permalink
Kotlin 1.6.10
Browse files Browse the repository at this point in the history
+ Gradle 7.3
+ kx Datetime 0.3.1
+ Apple Silicon Support
  • Loading branch information
Romain Boisselle committed Dec 24, 2021
1 parent 45c61bd commit 2a4097b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion kodein-log/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kodein {
val datetimeMain by sourceSets.creating {
dependsOn(common.main)
dependencies {
api("org.jetbrains.kotlinx:kotlinx-datetime:0.2.0")
api("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/Kodein-Framework/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.5.1")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.15.3")
}
}

Expand Down

0 comments on commit 2a4097b

Please sign in to comment.