Skip to content

Commit b284b76

Browse files
Upgrade dependences with the last version of the library.
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 82ab2a9 commit b284b76

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

build.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
apply plugin: 'java'
22

3+
version = '0.1'
4+
35
repositories {
46
jcenter()
57
mavenLocal()
68
mavenCentral()
7-
//maven { url 'https://jitpack.io' }
89
flatDir {
910
dirs localDir
1011
}
1112
}
1213

13-
version = '0.1'
14-
1514
dependencies {
1615

17-
implementation 'io.github.material-ui-swing:SwingSnackBar:0.0.1-rc6'
18-
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.1'
16+
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2'
17+
implementation 'io.github.material-ui-swing:SwingSnackBar:0.0.2'
1918
implementation 'io.github.material-ui-swing:DarkStackOverflowTheme:0.0.1-rc2'
19+
implementation group: 'org.swinglabs', name: 'swingx', version: '1.6.1'
2020

2121
implementation 'ch.qos.logback:logback-classic:1.2.3'
2222
implementation 'ch.qos.logback:logback-core:1.2.3'
2323
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
24+
2425
implementation group: 'com.google.inject', name: 'guice', version: '4.2.3'
25-
implementation group: 'org.swinglabs', name: 'swingx', version: '1.6.1'
2626
implementation 'com.google.code.gson:gson:2.8.5'
27-
implementation group: 'com.bulenkov', name: 'darcula', version: '2018.2'
28-
2927

3028
testImplementation 'org.mockito:mockito-core:2.28.2'
3129
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
localDir = /media/vincent/VincentHDD/local-library/java
1+
localDir=/home/vincent/Github/material-projects/material-ui-swing/build/libs

0 commit comments

Comments
 (0)