Skip to content

Commit

Permalink
Updates dependency versions for fonticon and hellocommon
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianromero committed Jan 4, 2020
1 parent 059a95e commit 0e8db9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
//

plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.8'
id 'org.beryx.runtime' version '1.8.0'
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.8'
id 'org.beryx.runtime' version '1.8.0'
}

group = 'com.github.adrianromero'
Expand Down Expand Up @@ -50,8 +50,8 @@ javafx {
}

dependencies {
compile group: 'com.github.adrianromero', name: 'fonticon', version:'2.0.100'
compile group: 'com.github.adrianromero', name: 'hellocommon', version:'2.0.100'
compile group: 'com.github.adrianromero', name: 'fonticon', version:'2.0.210'
compile group: 'com.github.adrianromero', name: 'hellocommon', version:'2.0.120'
compile group: 'com.github.adrianromero', name: 'textflowbuilder', version: '1.0.3'
compile group: 'org.eclipse.paho', name: 'org.eclipse.paho.client.mqttv3', version:'1.2.0'
compile group: 'com.jidesoft', name: 'jidefx-common', version:'0.9.1'
Expand All @@ -60,13 +60,13 @@ dependencies {
compile group: 'com.google.guava', name: 'guava', version: '20.0'
compile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.2.0'
compile group: 'javax.jmdns', name: 'jmdns', version: '3.2.2'
compile group: 'org.mozilla', name: 'rhino', version: '1.7.7.1'
compile group: 'org.mozilla', name: 'rhino', version: '1.7.7.1'

// Tradfri - Coap
compile group: 'org.eclipse.californium', name: 'californium-core', version: '2.0.0-M8'
compile group: 'org.eclipse.californium', name: 'scandium', version: '2.0.0-M8'
compile group: 'org.eclipse.californium', name: 'element-connector', version: '2.0.0-M8'
compile group: 'com.google.code.gson', name: 'gson', version: '2.6.2'
compile group: 'com.google.code.gson', name: 'gson', version: '2.6.2'
}

application {
Expand Down

0 comments on commit 0e8db9e

Please sign in to comment.