Closed timsegraves closed 9 years ago
You are adding it as a plugin instead of a library. It should be like this in your build file:
libraryDependencies += "nl.rhinofly" %% "play-s3" % "4.0.0"
Ah, my bad. Thanks for pointing me in the right direction!
Hi,
I'm getting the following error with SBT not finding the correct version of the play-s3 plugin. I'm using Play 2.2.5 and Scala 2.10.4. I have the following in my plugins.sbt file:
and am getting the following error:
I saw this similar issue for 2.1.0 and was wondering if this might be related.
Any help would be greatly appreciated. Thanks!