Skip to content

Commit

Permalink
Fixed latest release link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Dec 10, 2019
1 parent 6f20f1f commit e55b630
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Any suggestions, [issue reports](https://github.com/robfletcher/strikt/issues),
Strikt is available from JCenter.

```kotlin
repositories {
jcenter()
repositories {
jcenter()
}

dependencies {
testImplementation("io.strikt:strikt-core:<version>")
}
```

See the button below or [releases/latest] for the current version number.
See the button below or [releases/latest](https://github.com/robfletcher/strikt/releases/latest) for the current version number.

## Additional Libraries

Expand Down Expand Up @@ -52,7 +52,7 @@ Strikt supplies a BOM that is useful for aligning versions when using more than
dependencies {
// BOM dependency
testImplementation(platform("io.strikt:strikt-bom:<version>"))

// Versions can be omitted as they are supplied by the BOM
testImplementation("io.strikt:strikt-jackson")
testImplementation("io.strikt:strikt-java-time")
Expand All @@ -69,7 +69,7 @@ Please see the [project documentation](https://strikt.io/) and [API docs](https:
Join the [**#strikt**](https://kotlinlang.slack.com/messages/CAR7KJ96J) channel on the Kotlin Slack.

Follow [**@stri_kt**](https://twitter.com/stri_kt) on Twitter for updates and release notifications.

[![Bintray](https://img.shields.io/badge/dynamic/json.svg?label=latest%20release&url=https%3A%2F%2Fapi.bintray.com%2F%2Fpackages%2Frobfletcher%2Fmaven%2Fstrikt-core%2Fversions%2F_latest&query=name&colorB=0094cd&style=for-the-badge)](https://bintray.com/robfletcher/maven/strikt-core)
[![GitHub Release Date](https://img.shields.io/github/release-date/robfletcher/strikt.svg?style=for-the-badge)](https://github.com/robfletcher/strikt/)
[![license](https://img.shields.io/github/license/robfletcher/strikt.svg?style=for-the-badge&logo=Apache)](https://www.apache.org/licenses/LICENSE-2.0.html)
Expand Down

0 comments on commit e55b630

Please sign in to comment.