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

Commit d205c8f

Browse files
committed
Update README (GitHub Actions button & version)
1 parent 15bd75d commit d205c8f

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
@@ -9,13 +9,13 @@ This is a wrapper around the akka-http-client that adds
99
* logging
1010
* AWS request signing
1111

12-
[![CircleCI](https://circleci.com/gh/moia-dev/scala-http-client/tree/master.svg?style=svg)](https://circleci.com/gh/moia-dev/scala-http-client/tree/master)
12+
![Build & Test](https://github.com/moia-dev/scala-http-client/workflows/Build%20&%20Test/badge.svg)
1313
[![Scala 2.13](https://img.shields.io/maven-central/v/io.moia/scala-http-client_2.13.svg)](https://search.maven.org/search?q=scala-http-client_2.13)
1414

1515
## Usage
1616

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

2121
```scala

0 commit comments

Comments
 (0)