Skip to content

Commit

Permalink
updated dependency for minifx-fxml to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaifox committed Apr 23, 2020
1 parent f759381 commit 015e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {
}

dependencies {
compile group: 'org.minifx', name: 'minifx-fxml', version: '0.0.2'
compile group: 'org.minifx', name: 'minifx-fxml', version: '2.0.0'

compile group: 'com.google.guava', name: 'guava', version: guavaVersion
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
Expand Down

0 comments on commit 015e38e

Please sign in to comment.