Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update version numbers for latest release
  • Loading branch information
matsluni authored Sep 11, 2023
1 parent bd1fad6 commit 41363a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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`:

```
<dependency>
<groupId>com.github.matsluni</groupId>
<artifactId>aws-spi-akka-http_2.12</artifactId>
<version>0.0.11</version>
<version>1.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 41363a4

Please sign in to comment.