You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -182,15 +182,15 @@ ElasticMQ dependencies in SBT
182
182
-----------------------------
183
183
184
184
// Scala 2.11
185
-
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.10.1"
185
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.11.0"
186
186
187
187
// Scala 2.10
188
188
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.7.1"
189
189
190
190
If you don't want the SQS interface, but just use the actors directly, you can add a dependency only to the `core`
191
191
module:
192
192
193
-
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.10.1"
193
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.11.0"
194
194
195
195
If you want to use a snapshot version, you will need to add the [https://oss.sonatype.org/content/repositories/snapshots/](https://oss.sonatype.org/content/repositories/snapshots/) repository to your configuration.
196
196
@@ -202,7 +202,7 @@ Dependencies:
202
202
<dependency>
203
203
<groupId>org.elasticmq</groupId>
204
204
<artifactId>elasticmq-rest-sqs_2.11</artifactId>
205
-
<version>0.10.1</version>
205
+
<version>0.11.0</version>
206
206
</dependency>
207
207
208
208
If you want to use a snapshot version, you will need to add the [https://oss.sonatype.org/content/repositories/snapshots/](https://oss.sonatype.org/content/repositories/snapshots/) repository to your configuration.
0 commit comments