Hello,
I'm trying to use the newest Version of the SDK with the following SBT file
name := "tmp"
version := "1.0"
scalaVersion := "2.12.1"
resolvers += "Dukascopy" at "https://www.dukascopy.com/client/jforexlib/publicrepo/"
libraryDependencies ++= Seq(
"com.dukascopy.dds2" % "DDS2-jClient-JForex" % "3.1.2",
"com.dukascopy.api" % "JForex-API" % "2.13.30"
)
When trying to import com.dukascopy.api.system.ClientFactory - its not available.
Can someone help here ?
Best
robstr