diff options
| author | 2022-12-07 19:42:55 +0000 | |
|---|---|---|
| committer | 2022-12-07 19:42:55 +0000 | |
| commit | 2d027a80fa52adf1dde409b3f112c465a79127db (patch) | |
| tree | e4fffbbab64001b54d7882d92fd56532ee09da82 /enigma-swing/build.gradle | |
| parent | Make enum methods `values` and `valueOf` unmappable (#470) (diff) | |
| download | enigma-2d027a80fa52adf1dde409b3f112c465a79127db.tar.gz enigma-2d027a80fa52adf1dde409b3f112c465a79127db.tar.xz enigma-2d027a80fa52adf1dde409b3f112c465a79127db.zip | |
Update dependencies and Gradle
Diffstat (limited to 'enigma-swing/build.gradle')
| -rw-r--r-- | enigma-swing/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle index a4a13d88..fff4dafe 100644 --- a/enigma-swing/build.gradle +++ b/enigma-swing/build.gradle | |||
| @@ -8,10 +8,10 @@ dependencies { | |||
| 8 | implementation project(':enigma-server') | 8 | implementation project(':enigma-server') |
| 9 | 9 | ||
| 10 | implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' | 10 | implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' |
| 11 | implementation 'com.formdev:flatlaf:1.6.1' | 11 | implementation 'com.formdev:flatlaf:2.6' |
| 12 | implementation 'com.formdev:flatlaf-extras:1.6.1' // for SVG icons | 12 | implementation 'com.formdev:flatlaf-extras:2.6' // for SVG icons |
| 13 | implementation 'de.sciss:syntaxpane:1.2.0' | 13 | implementation 'de.sciss:syntaxpane:1.2.1' |
| 14 | implementation 'com.github.lukeu:swing-dpi:0.9' | 14 | implementation 'com.github.lukeu:swing-dpi:0.10' |
| 15 | implementation 'org.drjekyll:fontchooser:2.5.2' | 15 | implementation 'org.drjekyll:fontchooser:2.5.2' |
| 16 | } | 16 | } |
| 17 | 17 | ||
| @@ -25,4 +25,4 @@ publishing { | |||
| 25 | publication.from components.java | 25 | publication.from components.java |
| 26 | } | 26 | } |
| 27 | } | 27 | } |
| 28 | } | 28 | } \ No newline at end of file |