Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Jul 10, 2024
1 parent 6a13e0c commit bc8ec4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion decomat-ksp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
project(":decomat-core")
implementation("com.google.devtools.ksp:symbol-processing-api:2.0.0-RC1-1.0.20")
implementation("com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.21")
implementation(kotlin("stdlib-jdk8"))
testImplementation(kotlin("test"))
//implementation("com.facebook:ktfmt:0.43")
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id("com.google.devtools.ksp") version "2.0.0-RC1-1.0.20"
kotlin("jvm") version "2.0.0-RC1"
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
kotlin("jvm") version "2.0.0"
id("dev.anies.gradle.template") version "0.0.2"
}
repositories {
Expand Down

0 comments on commit bc8ec4a

Please sign in to comment.