softwaremill / akka-http-session

Web & mobile client-side akka-http sessions, with optional JWT support
https://softwaremill.com/open-source/
Apache License 2.0
440 stars 58 forks source link

Question Regarding unresolved dependency: com.softwaremill#akka-http-session_2.12;0.5.2: not found #51

Closed nmarasoiu closed 6 years ago

nmarasoiu commented 6 years ago

Hi, I am getting the mentioned error, "unresolved dependency: com.softwaremill#akka-http-session_2.12;0.5.2: not found". In order to use your library as a dependency, we need likely this information:

adamw commented 6 years ago

0.5.3 is the latest version: https://repo1.maven.org/maven2/com/softwaremill/akka-http-session/core_2.12/0.5.3/

You don't need any repositories, it's in central. The group id is com.softwaremill.akka-http-session, the artifact id core and version 0.5.3. Hope this helps!

nmarasoiu commented 6 years ago

Thank you!