kaliber-scala/play-s3

Cannot load SBT dependencies

Closed this issue · 1 comments

I added the configuration from your read me to my build.sbt and sbt could not find the library. Is anything outdated?

I am using Play 2.2

  val appDependencies = Seq(
    "nl.rhinofly" %% "play-s3" % "3.3.3"
    // use the following version for play 2.1
    //"nl.rhinofly" %% "play-s3" % "3.1.1"
  )

  val main = PlayProject(appName, appVersion, appDependencies, mainLang = SCALA).settings(
    resolvers += "Rhinofly Internal Repository" at "http://maven-repository.rhinofly.net:8081/artifactory/libs-release-local"
  )

What error are you receiving? I just tested resolving using sbt 0.13.0 and play 2.2.1. Are you using any other version?