From 45f43919cfd3322b252222730167ddd4349ab29a Mon Sep 17 00:00:00 2001 From: Gustavo De Micheli Date: Mon, 24 Jun 2024 11:02:39 +0200 Subject: [PATCH] Release v1.6.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed19483..f1d8c67 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ We also provide integration against several streaming libraries: Include the library into you project definition: ```scala -libraryDependencies += "net.nmoncho" %% "helenus-core" % "1.6.0" +libraryDependencies += "net.nmoncho" %% "helenus-core" % "1.6.1" ``` ## Motivation