Skip to content

Commit 41363a4

Browse files
authored
Update README.md
update version numbers for latest release
1 parent bd1fad6 commit 41363a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ This is an alternative implementation to the built-in netty-based async http eng
1414

1515
Create a dependency to this library by adding the following to your `build.sbt`:
1616

17-
"com.github.matsluni" %% "aws-spi-akka-http" % "0.0.11"
17+
"com.github.matsluni" %% "aws-spi-akka-http" % "1.0.0"
1818

1919
or for Maven, the following to `pom.xml`:
2020

2121
```
2222
<dependency>
2323
<groupId>com.github.matsluni</groupId>
2424
<artifactId>aws-spi-akka-http_2.12</artifactId>
25-
<version>0.0.11</version>
25+
<version>1.0.0</version>
2626
</dependency>
2727
```
2828

0 commit comments

Comments
 (0)