Skip to content

Commit

Permalink
Add JavaFX dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Dec 24, 2019
1 parent 30b22e9 commit 0bb24cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fxml/build.sbt.shared
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test

libraryDependencies += "com.thoughtworks.q" %% "q" % "1.0.4"

libraryDependencies += "org.openjfx" % "javafx-fxml" % "11" % Provided

libraryDependencies += "org.openjfx" % "javafx-swing" % "11" % Provided

libraryDependencies += "org.openjfx" % "javafx-graphics" % "11" % Provided

0 comments on commit 0bb24cb

Please sign in to comment.