Skip to content

Commit

Permalink
kotlin 1.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Feb 5, 2021
1 parent 0cef5d9 commit 1ae8d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0")
api("org.kodein.type:kodein-type:1.5.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 @@ -7,7 +7,7 @@ buildscript {
maven(url = "https://dl.bintray.com/kodein-framework/Kodein-Internal-Gradle")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:5.2.2")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:5.5.0")
}
}

Expand Down

0 comments on commit 1ae8d69

Please sign in to comment.