Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-compiler-embeddable
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-compiler-embeddable](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.23)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-compiler-embeddable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent aa73c6c commit 21c8059
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.1.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.20")
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.23")
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 21c8059

Please sign in to comment.