From 7aa66e54f44a3cab519267617d2b93c528d0bf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mareks=20Ramp=C4=81ns?= <8796159+mr-git@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:37:46 +0300 Subject: [PATCH] Update README.md with 1.1.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e10288e..1147214 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Sequentially [![Build Status](https://github.com/evolution-gaming/sequentially/workflows/CI/badge.svg)](https://github.com/evolution-gaming/sequentially/actions?query=workflow%3ACI) [![Coverage Status](https://coveralls.io/repos/evolution-gaming/sequentially/badge.svg)](https://coveralls.io/r/evolution-gaming/sequentially) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/31ef1c904dae40d992d9537adfdad73e)](https://www.codacy.com/app/evolution-gaming/sequentially?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/sequentially&utm_campaign=Badge_Grade) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ad6385e8c3a34c5ab99009062a13d37c)](https://app.codacy.com/gh/evolution-gaming/sequentially/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=sequentially_2.13&repos=public) [![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT) @@ -70,5 +70,5 @@ And also we have mixed `TrieMap` with `Sequentially`, results can be found in ```scala addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") -libraryDependencies += "com.evolutiongaming" %% "sequentially" % "1.1.3" -``` \ No newline at end of file +libraryDependencies += "com.evolutiongaming" %% "sequentially" % "1.1.5" +```