Skip to content

Commit

Permalink
using KotlinX.DateTime from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Mar 15, 2021
1 parent 5a0924d commit d426daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ plugins {

allprojects {
group = "org.kodein.log"
version = "0.10.0"

repositories {
maven(url = "https://kotlin.bintray.com/kotlinx")
}
version = "0.10.1"
}
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.1.0")
api("org.jetbrains.kotlinx:kotlinx-datetime:0.1.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.1.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.3.0")
}
}

Expand Down

0 comments on commit d426daa

Please sign in to comment.