Theme Editor: update RSyntaxTextArea from 3.1.3 to 3.1.4

This commit is contained in:
Karl Tauber
2021-12-10 22:44:24 +01:00
parent 600e0f3d67
commit 70336e31c7

View File

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