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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# tl;dr
7
7
8
8
* in-memory message queue system
9
-
* runs stand-alone ([download](https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.15.7.jar)), via [Docker](https://hub.docker.com/r/softwaremill/elasticmq/) or embedded
9
+
* runs stand-alone ([download](https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.15.8.jar)), via [Docker](https://hub.docker.com/r/softwaremill/elasticmq/) or embedded
RUN mkdir -p /opt/elasticmq/log /opt/elasticmq/lib /opt/elasticmq/config
@@ -299,12 +299,12 @@ These files should be placed in `native-server/src/main/resources/META-INF/nativ
299
299
# ElasticMQ dependencies in SBT
300
300
301
301
// Scala 2.13 and 2.12
302
-
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.15.7"
302
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.15.8"
303
303
304
304
If you don't want the SQS interface, but just use the actors directly, you can add a dependency only to the `core`
305
305
module:
306
306
307
-
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.15.7"
307
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.15.8"
308
308
309
309
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.
310
310
@@ -315,14 +315,14 @@ Dependencies:
315
315
<dependency>
316
316
<groupId>org.elasticmq</groupId>
317
317
<artifactId>elasticmq-rest-sqs_2.12</artifactId>
318
-
<version>0.15.7</version>
318
+
<version>0.15.8</version>
319
319
</dependency>
320
320
321
321
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