Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
5dd7413d45 chore(deps): bump com.fifesoft:autocomplete from 3.3.2 to 3.3.3
Bumps [com.fifesoft:autocomplete](https://github.com/bobbylight/AutoComplete) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/bobbylight/AutoComplete/releases)
- [Commits](https://github.com/bobbylight/AutoComplete/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: com.fifesoft:autocomplete
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 02:15:59 +00:00

View File

@@ -12,7 +12,7 @@ dependencies {
compileOnly(project(":")) compileOnly(project(":"))
implementation("com.fifesoft:rsyntaxtextarea:3.6.1") implementation("com.fifesoft:rsyntaxtextarea:3.6.1")
implementation("com.fifesoft:languagesupport:3.4.0") implementation("com.fifesoft:languagesupport:3.4.0")
implementation("com.fifesoft:autocomplete:3.3.2") implementation("com.fifesoft:autocomplete:3.3.3")
} }
apply(from = "$rootDir/plugins/common.gradle.kts") apply(from = "$rootDir/plugins/common.gradle.kts")