diff --git a/plugins/editor/build.gradle.kts b/plugins/editor/build.gradle.kts index 653bbe0..7f1c253 100644 --- a/plugins/editor/build.gradle.kts +++ b/plugins/editor/build.gradle.kts @@ -10,7 +10,7 @@ project.version = "0.0.8" dependencies { testImplementation(kotlin("test")) compileOnly(project(":")) - implementation("com.fifesoft:rsyntaxtextarea:3.6.1") + implementation("com.fifesoft:rsyntaxtextarea:3.6.2") implementation("com.fifesoft:languagesupport:3.4.0") implementation("com.fifesoft:autocomplete:3.3.2") }