Ingenico-ePayments / connect-sdk-java

Ingenico Connect Java Server SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/server/java/
Other
31 stars 23 forks source link

Question Regarding Importing The SDK using sbt #20

Closed avshRepo closed 2 years ago

avshRepo commented 5 years ago

I am trying to get dependency using sbt. what should i put in the libraryDependencies i tried libraryDependencies += "com.ingenico.connect.gateway" %% "connect-sdk-java" % "1.0.34"

but got error in dependency resolution

rob-spoor commented 5 years ago

That's because there is no version 1.0.34. The SDK went directly from version 1.0.0 to 2.0.0. The current version is 6.4.0, so I would suggest using that.