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 Oct 5, 2022
1 parent 843c7a1 commit d35f605
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:toc: preamble
:toclevels: 3
:icons: font
:version: 1.6.0
:ksp-version: 1.6.21-1.0.5
:version: 1.10.0
:ksp-version: 1.7.20-1.0.6

A Kotlin/Multiplatform Kotlin Symbol Processor that generates Mocks & Fakes.

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id("org.kodein.root")
id("com.google.devtools.ksp") version "1.7.20-RC-1.0.6" apply false
id("com.google.devtools.ksp") version "1.7.20-1.0.6" apply false
}

val kspVersion by extra { "1.7.20-RC-1.0.6" }
val kspVersion by extra { "1.7.20-1.0.6" }

allprojects {
group = "org.kodein.mock"
version = "1.10.0-kotlin-1.7.20-RC"
version = "1.10.0"
}
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: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 d35f605

Please sign in to comment.