Skip to content

Commit

Permalink
Added badges to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed May 15, 2024
1 parent 01e7e9e commit 21fa675
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 21fa675

Please sign in to comment.