Theme Editor: update RSyntaxTextArea from 3.1.2 to 3.1.3

This commit is contained in:
Karl Tauber
2021-08-07 11:18:00 +02:00
parent bfb1642284
commit 3eeeb9e00b

View File

@@ -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 {