From 21fa675a6dcf222498a0885e83f9ed364af1df08 Mon Sep 17 00:00:00 2001 From: rcardin Date: Wed, 15 May 2024 21:55:39 +0200 Subject: [PATCH] Added badges to releases --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c5ce29..7a95022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/rcardin/sus4s/scala.yml?branch=main) +![Maven Central](https://img.shields.io/maven-central/v/in.rcard.sus4s/core_3) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/rcardin/sus4s) +[![javadoc](https://javadoc.io/badge2/in.rcard.sus4s/core_3/javadoc.svg)](https://javadoc.io/doc/in.rcard.sus4s/core_3) -# sus4s +# sus4s 🎸🎶 A Direct-Style Scala Wrapper Around the Structural Concurrency of Project Loom @@ -9,7 +12,7 @@ A Direct-Style Scala Wrapper Around the Structural Concurrency of Project Loom The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files: ```sbt -libraryDependencies += "in.rcard" % "???" % "0.0.1" +libraryDependencies += "in.rcard.sus4s" % "core_3" % "0.0.1" ``` The library is only available for Scala 3.