When I try "assembly" on the sbt I get the following error:
[error] This symbol is required by 'class scalafx.application.HostServices'.
[error] Make sure that term javafx is in your classpath and check for conflicting dependencies with -Ylog-classpath.
[error] A full rebuild may help if 'HostServices.class' was compiled against an incompatible version of .
[error] val monthlyTemp = monthGroups.map { case (m, days) =>
[error] ^
[error] one error found
[error] (compile:compileIncremental) Compilation failed
[error] Total time: 1 s, completed Apr 11, 2020 9:47:39 AM
Do you know how I might fix it?
When I try "assembly" on the sbt I get the following error:
[error] This symbol is required by 'class scalafx.application.HostServices'.
[error] Make sure that term javafx is in your classpath and check for conflicting dependencies with
-Ylog-classpath.[error] A full rebuild may help if 'HostServices.class' was compiled against an incompatible version of .
[error] val monthlyTemp = monthGroups.map { case (m, days) =>
[error] ^
[error] one error found
[error] (compile:compileIncremental) Compilation failed
[error] Total time: 1 s, completed Apr 11, 2020 9:47:39 AM
Do you know how I might fix it?