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

Commit

Permalink
Release version 3
Browse files Browse the repository at this point in the history
Signed-off-by: Bendix Saeltz <bendix@saeltz.de>
  • Loading branch information
saeltz committed Jun 4, 2020
1 parent 1a13f1c commit 0420ff9
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 @@ -15,7 +15,7 @@ This is a wrapper around the akka-http-client that adds
## Usage

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

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

## Publishing

[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`).
[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`).

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.

Expand Down

0 comments on commit 0420ff9

Please sign in to comment.