From 3eeeb9e00b8fa35b34e356c738cc0bdc564a20ba Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 7 Aug 2021 11:18:00 +0200 Subject: [PATCH] Theme Editor: update RSyntaxTextArea from 3.1.2 to 3.1.3 --- flatlaf-theme-editor/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatlaf-theme-editor/build.gradle.kts b/flatlaf-theme-editor/build.gradle.kts index 8841a49f..c035a919 100644 --- a/flatlaf-theme-editor/build.gradle.kts +++ b/flatlaf-theme-editor/build.gradle.kts @@ -23,9 +23,9 @@ dependencies { implementation( project( ":flatlaf-extras" ) ) implementation( "com.miglayout:miglayout-swing:5.3" ) - implementation( "com.fifesoft:rsyntaxtextarea:3.1.2" ) - implementation( "com.fifesoft:autocomplete:3.1.1" ) - implementation( "com.fifesoft:rstaui:3.1.1" ) + implementation( "com.fifesoft:rsyntaxtextarea:3.1.3" ) + implementation( "com.fifesoft:autocomplete:3.1.2" ) + implementation( "com.fifesoft:rstaui:3.1.2" ) } tasks {