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
@@ -197,15 +197,15 @@ ElasticMQ dependencies in SBT
197
197
-----------------------------
198
198
199
199
// Scala 2.12 and 2.11
200
-
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.13.3"
200
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.13.4"
201
201
202
202
// Scala 2.10
203
203
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.7.1"
204
204
205
205
If you don't want the SQS interface, but just use the actors directly, you can add a dependency only to the `core`
206
206
module:
207
207
208
-
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.13.3"
208
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.13.4"
209
209
210
210
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.
211
211
@@ -217,7 +217,7 @@ Dependencies:
217
217
<dependency>
218
218
<groupId>org.elasticmq</groupId>
219
219
<artifactId>elasticmq-rest-sqs_2.11</artifactId>
220
-
<version>0.13.3</version>
220
+
<version>0.13.4</version>
221
221
</dependency>
222
222
223
223
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.
@@ -231,9 +231,9 @@ have been discontinued.
231
231
Current versions
232
232
----------------
233
233
234
-
*Stable*: 0.13.3, 0.8.12
234
+
*Stable*: 0.13.4, 0.8.12
235
235
236
-
*Development*: 0.13.3-SNAPSHOT
236
+
*Development*: 0.13.4-SNAPSHOT
237
237
238
238
Logging
239
239
-------
@@ -297,7 +297,12 @@ Technology
297
297
see the `rest-sqs-testing-amazon-java-sdk` module for the testsuite.
0 commit comments