File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,28 @@ using confirms can be found in this project under [ConfirmsExample.scala](https:
2424## Setup
2525
2626### Sbt
27+ Since version ` 3.0.0 `
28+ ``` scala
29+ libraryDependencies += " com.thenewmotion" %% " akka-rabbitmq" % " 3.0.0"
30+ ```
2731
32+ To add as depency prior releases add resolver to New Motion public repo
2833``` scala
29- resolvers += " The New Motion Public Repo " at " http://nexus.thenewmotion.com/content/groups/public/"
30- libraryDependencies += " com.thenewmotion.akka " %% " akka-rabbitmq" % " 3.0.0 "
34+ resolvers += " New Motion Public" at " http://nexus.thenewmotion.com/content/groups/public/"
35+ libraryDependencies += " com.thenewmotion" %% " akka-rabbitmq" % " 2.3 "
3136```
3237
3338### Maven
39+ Since version ` 3.0.0 `
40+ ``` xml
41+ <dependency >
42+ <groupId >com.thenewmotion</groupId >
43+ <artifactId >akka-rabbitmq_{2.11/2.12}</artifactId >
44+ <version >3.0.0</version >
45+ </dependency >
46+ ```
3447
48+ For prior releases
3549``` xml
3650<repository >
3751 <id >thenewmotion</id >
@@ -42,7 +56,7 @@ libraryDependencies += "com.thenewmotion.akka" %% "akka-rabbitmq" % "3.0.0"
4256<dependency >
4357 <groupId >com.thenewmotion.akka</groupId >
4458 <artifactId >akka-rabbitmq_{2.11/2.12}</artifactId >
45- <version >3.0.0 </version >
59+ <version >2.3 </version >
4660</dependency >
4761```
4862
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name := "akka-rabbitmq"
44enablePlugins(OssLibPlugin )
55
66licenses := Seq ((" Apache License, Version 2.0" , url(" http://www.apache.org/licenses/LICENSE-2.0" )))
7- homepage := Some (new URL (" https://github.com/thenewmotion /akka-rabbitmq" ))
7+ homepage := Some (new URL (" https://github.com/NewMotion /akka-rabbitmq" ))
88
99def akka (scalaVersion : String ) = {
1010 val version = " 2.4.14"
You can’t perform that action at this time.
0 commit comments