summaryrefslogtreecommitdiff
path: root/enigma-swing
diff options
context:
space:
mode:
authorGravatar modmuss502021-03-17 21:29:48 +0000
committerGravatar GitHub2021-03-17 21:29:48 +0000
commit8b70a8c322e3fb653f7b023ac1828ee94716dff4 (patch)
tree57aec3d268db53abd5db5bf56f6a5fb96c6aede6 /enigma-swing
parentBump version (diff)
downloadenigma-8b70a8c322e3fb653f7b023ac1828ee94716dff4.tar.gz
enigma-8b70a8c322e3fb653f7b023ac1828ee94716dff4.tar.xz
enigma-8b70a8c322e3fb653f7b023ac1828ee94716dff4.zip
Update all deps, remove usage of jcenter (#359)
* Update all deps, remove usage of jcenter * Use jdk 15
Diffstat (limited to 'enigma-swing')
-rw-r--r--enigma-swing/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle
index 2966ae72..4f301391 100644
--- a/enigma-swing/build.gradle
+++ b/enigma-swing/build.gradle
@@ -10,7 +10,7 @@ dependencies {
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.bulenkov:darcula:1.0.0-bobbylight' 11 implementation 'com.bulenkov:darcula:1.0.0-bobbylight'
12 implementation 'de.sciss:syntaxpane:1.2.0' 12 implementation 'de.sciss:syntaxpane:1.2.0'
13 implementation 'com.github.lukeu:swing-dpi:0.6' 13 implementation 'com.github.lukeu:swing-dpi:0.9'
14 implementation 'org.drjekyll:fontchooser:2.4' 14 implementation 'org.drjekyll:fontchooser:2.4'
15} 15}
16 16