From 70336e31c73d5d9c95aa504b09c8ae6b85ce7b59 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Fri, 10 Dec 2021 22:44:24 +0100 Subject: [PATCH] Theme Editor: update RSyntaxTextArea from 3.1.3 to 3.1.4 --- 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 2b6952fd..129a7b64 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.3" ) - implementation( "com.fifesoft:autocomplete:3.1.2" ) - implementation( "com.fifesoft:rstaui:3.1.2" ) + implementation( "com.fifesoft:rsyntaxtextarea:3.1.4" ) + implementation( "com.fifesoft:autocomplete:3.1.3" ) + implementation( "com.fifesoft:rstaui:3.1.3" ) } tasks {