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
@@ -192,15 +192,15 @@ ElasticMQ dependencies in SBT
192
192
-----------------------------
193
193
194
194
// Scala 2.11
195
-
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.13.1"
195
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.13.2"
196
196
197
197
// Scala 2.10
198
198
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.7.1"
199
199
200
200
If you don't want the SQS interface, but just use the actors directly, you can add a dependency only to the `core`
201
201
module:
202
202
203
-
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.13.1"
203
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.13.2"
204
204
205
205
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.
206
206
@@ -212,7 +212,7 @@ Dependencies:
212
212
<dependency>
213
213
<groupId>org.elasticmq</groupId>
214
214
<artifactId>elasticmq-rest-sqs_2.11</artifactId>
215
-
<version>0.13.1</version>
215
+
<version>0.13.2</version>
216
216
</dependency>
217
217
218
218
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