Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky committed Dec 12, 2024
1 parent 959d43a commit 756ae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ branches and change versions automatically without changing your code.
Requirements
------------

Java 8 and sbt 1.x. This plugin depends on sbt-git.
Java 8 and sbt 1.x, or, if you brave enought sbt 2.0.0-RC2. This plugin depends on sbt-git.

Note: if you are still using sbt 0.13.5+, you can use `sbt-git-flow-version` 0.3 or eariler.

Installation
------------

```Scala
addSbtPlugin("me.limansky" % "sbt-git-flow-version" % "0.4")
addSbtPlugin("me.limansky" % "sbt-git-flow-version" % "0.6")
```

Configuration
Expand Down

0 comments on commit 756ae02

Please sign in to comment.