Code Monkey home page Code Monkey logo

Comments (7)

timcharper avatar timcharper commented on August 22, 2024

Sorry you're having troubles getting this to work!

You're going to need to include the Scala-version in the package name in order for this to work (since Scala is not bin compat between 2.10 and 2.11, separate artifacts are deployed, compiled against each).

For Scala 2.11, you need grade to look here:

https://spingo-oss.s3.amazonaws.com/repositories/releases/com/spingo/op-rabbit-core_2.11/1.0.0/op-rabbit-core_2.11-1.0.0.pom

Try updating your build.grade as to the following:

    repositories {
        maven {
            url "http://spingo-oss.s3.amazonaws.com/repositories/releases"
        }
    }

    dependencies {
        compile "com.spingo:op-rabbit-core_2.11:1.0.0"                  // rabbitMQ client
    }

from op-rabbit.

xanderdunn avatar xanderdunn commented on August 22, 2024

@timcharper That did it! Thanks!

Now I see all my other dependencies have an _2.11 as well.

from op-rabbit.

timcharper avatar timcharper commented on August 22, 2024

Great!

I'm working on an activator tutorial; If you can give me signal of anything that you found difficult to learn learn, it would be a great help and I could tune the tutorial accordingly.

from op-rabbit.

xanderdunn avatar xanderdunn commented on August 22, 2024

@timcharper Sure, I will! I'm diving into it for the first time now.

from op-rabbit.

angusng avatar angusng commented on August 22, 2024

Hi @timcharper , it seems that latest version 1.6.0 does not appear in the repository yet. Would you be able to check?

repositories {
maven {
url "http://spingo-oss.s3.amazonaws.com/repositories/releases"
}
}

dependencies {
compile 'com.spingo:op-rabbit-core_2.11:1.6.0'
compile 'com.spingo:op-rabbit-akka-stream_2.11:1.6.0'
}

Thanks.

from op-rabbit.

timcharper avatar timcharper commented on August 22, 2024

You're right! Try again now?

from op-rabbit.

angusng avatar angusng commented on August 22, 2024

It's all good now. Thanks.

from op-rabbit.

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.