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

Commit 7ae385d

Browse files
committed
Bump version
Signed-off-by: Bendix Saeltz <bendix@saeltz.de>
1 parent 11e6260 commit 7ae385d

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

1818
```sbt
19-
libraryDependencies += "io.moia" %% "scala-http-client" % "4.6.0"
19+
libraryDependencies += "io.moia" %% "scala-http-client" % "4.7.0"
2020
```
2121

2222
```scala
@@ -150,7 +150,7 @@ See [HeaderExample.scala](/src/it/scala/io/moia/scalaHttpClient/HeaderExample.sc
150150

151151
## Publishing
152152

153-
[Tag](https://github.com/moia-oss/scala-http-client/tags) the new version (e.g. `v3.0.0`) and push the tags (`git push origin --tags`).
153+
[Tag](https://github.com/moia-oss/scala-http-client/tags) the new version (e.g. `v4.7.0`) and push the tags (`git push origin --tags`).
154154

155155
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.
156156

0 commit comments

Comments
 (0)