Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 0420ff9

Browse files
committed
Release version 3
Signed-off-by: Bendix Saeltz <[email protected]>
1 parent 1a13f1c commit 0420ff9

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
@@ -15,7 +15,7 @@ This is a wrapper around the akka-http-client that adds
1515
## Usage
1616

1717
```sbt
18-
libraryDependencies += "io.moia" %% "scala-http-client" % "2.1.2"
18+
libraryDependencies += "io.moia" %% "scala-http-client" % "3.0.0"
1919
```
2020

2121
```scala
@@ -149,7 +149,7 @@ See [HeaderExample.scala](/src/it/scala/io/moia/scalaHttpClient/HeaderExample.sc
149149

150150
## Publishing
151151

152-
[Tag](https://github.com/moia-dev/scala-http-client/tags) the new version (e.g. `v2.1.0`) and push the tags (`git push origin --tags`).
152+
[Tag](https://github.com/moia-dev/scala-http-client/tags) the new version (e.g. `v3.0.0`) and push the tags (`git push origin --tags`).
153153

154154
You need a [public GPG key](https://www.scala-sbt.org/release/docs/Using-Sonatype.html) with your MOIA email and an account on https://oss.sonatype.org that can [access](https://issues.sonatype.org/browse/OSSRH-52948) the `io.moia` group.
155155

0 commit comments

Comments
 (0)