update miglayout-swing from 5.3-SNAPSHOT to 5.3

This commit is contained in:
Karl Tauber
2021-04-20 21:01:55 +02:00
parent f58780d36b
commit 9bd3a68115
3 changed files with 3 additions and 24 deletions

View File

@@ -18,18 +18,11 @@ plugins {
`java-library`
}
repositories {
maven {
// for using MigLayout snapshot
url = uri( "https://oss.sonatype.org/content/repositories/snapshots/" )
}
}
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-extras" ) )
implementation( "com.miglayout:miglayout-swing:5.3-SNAPSHOT" )
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" )