Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
chore: add preferencesfx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerus committed Oct 9, 2019
1 parent 39d64f2 commit ef19da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ application {
repositories {
jcenter()
maven("https://jitpack.io")
maven("http://maven.bestsolution.at/efxclipse-releases/")
}

dependencies {
Expand All @@ -57,6 +58,7 @@ dependencies {
implementation("ch.qos.logback", "logback-classic", "1.2.+")
implementation("io.github.microutils", "kotlin-logging", "1.6.+")

implementation("com.dlsc.preferencesfx", "preferencesfx-core", "2.1.0")
implementation("be.bluexin", "drpc4k", "0.9")
implementation("org.apache.httpcomponents", "httpmime", "4.5.+")
implementation("com.google.apis", "google-api-services-sheets", "v4-rev20190508-1.30.1")
Expand Down

0 comments on commit ef19da7

Please sign in to comment.