From cdc29f7fdaba1f2ed6b63e4dd0df3b6e14660e0f Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Fri, 21 Jun 2024 11:06:43 +0100 Subject: [PATCH] Badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39e648c..ac6e669 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ The purpose of this library is to provide users of Smithy4s backend services a m The library is currently only available for Scala 3, but we will welcome contributions cross-compiling it to 2.13 – it should be very easy. API surface is very minimal and designed for binary compatible evolution, so after initial round of testing and gathering community feedback, we plan to release 1.0.0 and start checking binary/Tasty compatibility for each release. -## Installation +## Installation + +Latest version: [![smithy4s-fetch Scala version support](https://index.scala-lang.org/neandertech/smithy4s-fetch/smithy4s-fetch/latest.svg)](https://index.scala-lang.org/neandertech/smithy4s-fetch/smithy4s-fetch) - **SBT**: `libraryDependencies += "tech.neander" %%% "smithy4s-fetch" % ""` - **Scala CLI**: `//> using dep tech.neander::smithy4s-fetch::`