kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

Getting Error in installation, Unresolved Dependency #82

Closed jsasj closed 7 years ago

jsasj commented 7 years ago

Hello, I'm using Play 2.5.4 and scala version is 2.11.8 When I try to istall it I'm getting the following error sbt.ResolveException: unresolved dependency: net.kaliber#play-s3_2.11;8.0.1: not found

EECOLOR commented 7 years ago

It seems there is a small error in the documentation. There is no version 8.0.1, please try 8.0.0

jsasj commented 7 years ago

That Worked for me, Thanks @EECOLOR