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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ tl;dr
8
8
-----
9
9
10
10
* in-memory message queue system
11
-
* runs stand-alone ([download](https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.14.12.jar)), via [Docker](https://hub.docker.com/r/softwaremill/elasticmq/) or embedded
11
+
* runs stand-alone ([download](https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.14.13.jar)), via [Docker](https://hub.docker.com/r/softwaremill/elasticmq/) or embedded
RUN mkdir -p /opt/elasticmq/log /opt/elasticmq/lib /opt/elasticmq/config
@@ -287,12 +287,12 @@ ElasticMQ dependencies in SBT
287
287
-----------------------------
288
288
289
289
// Scala 2.12 and 2.11
290
-
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.14.12"
290
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.14.13"
291
291
292
292
If you don't want the SQS interface, but just use the actors directly, you can add a dependency only to the `core`
293
293
module:
294
294
295
-
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.14.12"
295
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.14.13"
296
296
297
297
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.
298
298
@@ -304,17 +304,17 @@ Dependencies:
304
304
<dependency>
305
305
<groupId>org.elasticmq</groupId>
306
306
<artifactId>elasticmq-rest-sqs_2.11</artifactId>
307
-
<version>0.14.12</version>
307
+
<version>0.14.13</version>
308
308
</dependency>
309
309
310
310
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