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
@@ -7,7 +7,7 @@
7
7
# tl;dr
8
8
9
9
* in-memory message queue system
10
-
* runs stand-alone ([download](https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-1.3.9.jar)), via [Docker](https://hub.docker.com/r/softwaremill/elasticmq-native/) or embedded
10
+
* runs stand-alone ([download](https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-1.4.2.jar)), via [Docker](https://hub.docker.com/r/softwaremill/elasticmq-native/) or embedded
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.
@@ -449,15 +449,15 @@ Dependencies:
449
449
<dependency>
450
450
<groupId>org.elasticmq</groupId>
451
451
<artifactId>elasticmq-rest-sqs_2.12</artifactId>
452
-
<version>1.3.9</version>
452
+
<version>1.4.2</version>
453
453
</dependency>
454
454
```
455
455
456
456
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