Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tumunshaily authored and xuwei-k committed Oct 5, 2024
1 parent e8d72e7 commit 4e7f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e7f4a1

Please sign in to comment.