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

Commit

Permalink
Updated Kodein-Memory to fix JVM 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Jun 2, 2021
1 parent 8755f79 commit b1624ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group = "org.kodein.db"
version = "0.8.0-beta"
version = "0.8.1-beta"

repositories {
mavenLocal()
Expand All @@ -21,7 +21,7 @@ allprojects {
val kotlinxAtomicFuVer by extra { "0.16.1" } // CAUTION: also change in buildscript!
val kotlinxSerializationVer by extra { "1.2.0" }
val kodeinLogVer by extra { "0.11.1" }
val kodeinMemoryVer by extra { "0.10.1" }
val kodeinMemoryVer by extra { "0.10.2" }

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

Expand Down

0 comments on commit b1624ed

Please sign in to comment.