From 58ef95e7949dd3b3e389ada9ae2beee4791cb77f Mon Sep 17 00:00:00 2001 From: rcardin Date: Tue, 28 May 2024 16:41:54 +0200 Subject: [PATCH] Updated library version in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc82fbe..d983135 100644 --- a/README.md +++ b/README.md @@ -12,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.sus4s" %% "core" % "0.0.1" +libraryDependencies += "in.rcard.sus4s" %% "core" % "0.0.2" ``` The library is only available for Scala 3.