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.5"
200
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.13.6"
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.5"
208
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.13.6"
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.5</version>
220
+
<version>0.13.6</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.
0 commit comments