Skip to content

Commit

Permalink
Kotlin 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Sep 29, 2022
1 parent 3a8a434 commit 4500a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.type"
version = "2.2.1-kotlin-1.7.20-RC"
version = "2.2.1"
}
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 @@ import org.kodein.internal.gradle.settings.android
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.20.2-kotlin-1.7.20-RC")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.21.0")
}
}

Expand Down

0 comments on commit 4500a68

Please sign in to comment.