ShellRechargeSolutionsEU / ocpp

Open Charge Point Protocol
GNU General Public License v3.0
201 stars 64 forks source link

Incorrect README? #28

Closed eduhenke closed 6 years ago

eduhenke commented 6 years ago

I'm new to sbt/scala and also Java dependencies, in the README file it says to add to build.sbt the following line: libraryDependencies += "com.thenewmotion" %% "ocpp-j-api" % "9.0.1" though I could only make it work when I added the following line: libraryDependencies += "com.thenewmotion.ocpp" %% "ocpp-j-api" % "9.0.0"

Am I or the README wrong?

reinierl commented 6 years ago

Ah, you're completely right! I'm sorry about missing your issue so far, I'll fix it right away.