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
@@ -182,15 +182,15 @@ ElasticMQ dependencies in SBT
182
182
-----------------------------
183
183
184
184
// Scala 2.11
185
-
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.11.0"
185
+
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.11.1"
186
186
187
187
// Scala 2.10
188
188
val elasticmqSqs = "org.elasticmq" %% "elasticmq-rest-sqs" % "0.7.1"
189
189
190
190
If you don't want the SQS interface, but just use the actors directly, you can add a dependency only to the `core`
191
191
module:
192
192
193
-
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.11.0"
193
+
val elasticmqCore = "org.elasticmq" %% "elasticmq-core" % "0.11.1"
194
194
195
195
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.
196
196
@@ -202,7 +202,7 @@ Dependencies:
202
202
<dependency>
203
203
<groupId>org.elasticmq</groupId>
204
204
<artifactId>elasticmq-rest-sqs_2.11</artifactId>
205
-
<version>0.11.0</version>
205
+
<version>0.11.1</version>
206
206
</dependency>
207
207
208
208
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.
@@ -216,9 +216,9 @@ have been discontinued.
216
216
Current versions
217
217
----------------
218
218
219
-
*Stable*: 0.11.0, 0.8.12
219
+
*Stable*: 0.11.1, 0.8.12
220
220
221
-
*Development*: 0.11.0-SNAPSHOT
221
+
*Development*: 0.11.1-SNAPSHOT
222
222
223
223
Logging
224
224
-------
@@ -284,6 +284,10 @@ Technology
284
284
Change log
285
285
----------
286
286
287
+
#### Version 0.11.1 (30 Nov 2016)
288
+
289
+
* bug fix
290
+
287
291
#### Version 0.11.0 (23 Nov 2016)
288
292
289
293
* updating dependencies, using Akka HTTP 10, builds for Scala 2.11 and 2.12
0 commit comments