From 4e7f4a190aff9ae971df781e90180fee200ac91e Mon Sep 17 00:00:00 2001 From: tumunShaily <32512281+tumunshaily@users.noreply.github.com> Date: Wed, 29 May 2024 01:44:49 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e0027..513f388 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This sbt plugin provides a customizable release process that you can add to your Add the following lines to `./project/plugins.sbt`. See the section [Using Plugins](https://www.scala-sbt.org/1.x/docs/Using-Plugins.html) in the sbt website for more information. ```scala -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") ``` ## version.sbt