diff --git a/README.md b/README.md index ec37aa8..a2aa3dc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is an alternative implementation to the built-in netty-based async http eng Create a dependency to this library by adding the following to your `build.sbt`: - "com.github.matsluni" %% "aws-spi-akka-http" % "0.0.11" + "com.github.matsluni" %% "aws-spi-akka-http" % "1.0.0" or for Maven, the following to `pom.xml`: @@ -22,7 +22,7 @@ or for Maven, the following to `pom.xml`: com.github.matsluni aws-spi-akka-http_2.12 - 0.0.11 + 1.0.0 ```