diff --git a/plugins/editor/build.gradle.kts b/plugins/editor/build.gradle.kts index 1ba9e4c..653bbe0 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.0") + implementation("com.fifesoft:rsyntaxtextarea:3.6.1") implementation("com.fifesoft:languagesupport:3.4.0") implementation("com.fifesoft:autocomplete:3.3.2") }