Giter Site home page Giter Site logo

Comments (5)

almoehi avatar almoehi commented on August 26, 2024

excluding transitive dependency and also switching to SNAPSHOT version worked for me:

"com.netaporter" %% "scala-uri" % "0.4.1-SNAPSHOT" excludeAll(ExclusionRule(organization = "org.scala-sbt")),

from scala-uri.

rvangsgaard avatar rvangsgaard commented on August 26, 2024

I am still seeing an error in a Play 2.2.1 project with this resolver and the SNAPSHOT version

resolvers += "Sonatype OSS" at "http://oss.sonatype.org/content/public",

"com.netaporter" %% "scala-uri" % "0.4.1-SNAPSHOT" excludeAll(ExclusionRule(organization = "org.scala-sbt")),
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.netaporter#scala-uri_2.10;0.4.1-SNAPSHOT: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: com.netaporter#scala-uri_2.10;0.4.1-SNAPSHOT: not found
[error] Total time: 6 s, completed Jan 24, 2014 4:02:44 PM

from scala-uri.

theon avatar theon commented on August 26, 2024

Hi,

I think the SNAPSHOT repo in the README was wrong. Fixed it now. Could you try this one:

resolvers += "Sonatype OSS" at "http://oss.sonatype.org/content/repositories/snapshots"

from scala-uri.

rvangsgaard avatar rvangsgaard commented on August 26, 2024

Thank you. I had to move on and choose spray-http instead, which lives up to my needs - if you have any comments on this choice, please let me know.

from scala-uri.

theon avatar theon commented on August 26, 2024

spray-http is great. scala-uri has api support for some esoteric things like matrix parameters, but if you don't need those things I'd say that spray-http is probably a better choice as spray has bigger community behind it.

from scala-uri.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.