Skip to content

Commit

Permalink
Merge pull request #17 from Foso/dependabot/gradle/org.jetbrains.kotl…
Browse files Browse the repository at this point in the history
…in-kotlin-compiler-embeddable-1.9.20

Bump org.jetbrains.kotlin:kotlin-compiler-embeddable from 1.9.10 to 1.9.20
  • Loading branch information
Foso authored Nov 14, 2023
2 parents 6ac07f4 + 1dc4698 commit 3753d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val autoService = "1.0.1"
dependencies {
compileOnly("com.google.auto.service:auto-service:$autoService")
kapt("com.google.auto.service:auto-service:$autoService")
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10")
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.20")
testImplementation("dev.zacsweers.kctfork:core:0.4.0")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.1.5")
Expand Down

0 comments on commit 3753d4f

Please sign in to comment.