Skip to content

Commit

Permalink
Upgrade dependences with the last version of the library.
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 9, 2021
1 parent 82ab2a9 commit b284b76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
apply plugin: 'java'

version = '0.1'

repositories {
jcenter()
mavenLocal()
mavenCentral()
//maven { url 'https://jitpack.io' }
flatDir {
dirs localDir
}
}

version = '0.1'

dependencies {

implementation 'io.github.material-ui-swing:SwingSnackBar:0.0.1-rc6'
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.1'
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2'
implementation 'io.github.material-ui-swing:SwingSnackBar:0.0.2'
implementation 'io.github.material-ui-swing:DarkStackOverflowTheme:0.0.1-rc2'
implementation group: 'org.swinglabs', name: 'swingx', version: '1.6.1'

implementation 'ch.qos.logback:logback-classic:1.2.3'
implementation 'ch.qos.logback:logback-core:1.2.3'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'

implementation group: 'com.google.inject', name: 'guice', version: '4.2.3'
implementation group: 'org.swinglabs', name: 'swingx', version: '1.6.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation group: 'com.bulenkov', name: 'darcula', version: '2018.2'


testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
localDir = /media/vincent/VincentHDD/local-library/java
localDir=/home/vincent/Github/material-projects/material-ui-swing/build/libs

0 comments on commit b284b76

Please sign in to comment.