Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
kotlin 1.4.20 + kx serialization 1.0.0 + Log 0.7.0 + Memory + 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Nov 25, 2020
1 parent a231245 commit 61645a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

allprojects {
group = "org.kodein.db"
version = "0.4.0-beta"
version = "0.4.1-beta"

repositories {
mavenLocal()
Expand All @@ -27,9 +27,9 @@ allprojects {
}

val kotlinxAtomicFuVer by extra { "0.14.4" } // CAUTION: also change in buildscript!
val kotlinxSerializationVer by extra { "1.0.0-RC" }
val kodeinLogVer by extra { "0.6.0" }
val kodeinMemoryVer by extra { "0.4.0" }
val kotlinxSerializationVer by extra { "1.0.0" }
val kodeinLogVer by extra { "0.7.0" }
val kodeinMemoryVer by extra { "0.4.1" }

val androidNdkVer by extra { "21.0.6113669" } // CAUTION: also change in CI workflows!

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven(url = "https://dl.bintray.com/kodein-framework/kodein-dev")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:5.1.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:5.2.0")
}
}

Expand Down

0 comments on commit 61645a8

Please sign in to comment.