Skip to content

Commit

Permalink
Kotlin 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Mar 26, 2023
1 parent bb318f3 commit 962d8a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.mock"
version = "1.12.0"
version = "1.13.0"
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coroutines = "1.6.4"
datetime = "0.4.0"
javassist = "3.28.0-GA"
kotlinPoet = "1.12.0"
ksp = "1.8.0-1.0.8"
ksp = "1.8.10-1.0.9"
objenesis = "3.2"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:7.0.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:7.0.5")
}
}

Expand Down

0 comments on commit 962d8a4

Please sign in to comment.