We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1fad6 commit 41363a4Copy full SHA for 41363a4
README.md
@@ -14,15 +14,15 @@ This is an alternative implementation to the built-in netty-based async http eng
14
15
Create a dependency to this library by adding the following to your `build.sbt`:
16
17
- "com.github.matsluni" %% "aws-spi-akka-http" % "0.0.11"
+ "com.github.matsluni" %% "aws-spi-akka-http" % "1.0.0"
18
19
or for Maven, the following to `pom.xml`:
20
21
```
22
<dependency>
23
<groupId>com.github.matsluni</groupId>
24
<artifactId>aws-spi-akka-http_2.12</artifactId>
25
- <version>0.0.11</version>
+ <version>1.0.0</version>
26
</dependency>
27
28
0 commit comments