Skip to content

Commit

Permalink
kotlin 1.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Sep 10, 2021
1 parent e11438a commit c4a1054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.compose") version "1.0.0-alpha3"
id("org.jetbrains.compose") version "1.0.0-alpha4-build331"
id("org.kodein.library.mpp-with-android")
}

Expand Down
2 changes: 1 addition & 1 deletion kodein-di/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kodein {

common {
main.dependencies {
api("org.kodein.type:kodein-type:1.7.1")
api("org.kodein.type:kodein-type:1.8.0")
}
test.dependencies {
implementation(project(":test-utils"))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.7.1")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.8.0")
}
}

Expand Down

0 comments on commit c4a1054

Please sign in to comment.