Skip to content

Commit f02158f

Browse files
authored
docs: update latest version
- Update the badge to use Sonatype Central for datasource - Use new URL to get the image as documented in https://github.com/softwaremill/maven-badges?tab=readme-ov-file#a-new-dns-address - Do not hardcode version in plugins load example
1 parent ee175ed commit f02158f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://github.com/heremaps/here-sbt-bom/actions/workflows/release.yml/badge.svg)](https://github.com/heremaps/here-sbt-bom/actions?query=workflow%3ARelease+branch%3Amaster)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.here.platform/root_2.12/badge.svg)](https://search.maven.org/artifact/com.here.platform/sbt-bom_2.12_1.0)
2+
[![Sonatype Central](https://maven-badges.sml.io/sonatype-central/com.here.platform/sbt-bom_2.12_1.0/badge.svg?style=flat)](https://central.sonatype.com/artifact/com.here.platform/sbt-bom_2.12_1.0)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
44

55
# HERE SBT BOM plugin
@@ -23,9 +23,11 @@ The following text provides a step-by-step guide on how to import [Jackson BOM](
2323

2424
Add the `sbt-bom` plugin to `plugins.sbt` file.
2525
```scala
26-
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.14")
26+
addSbtPlugin("com.here.platform" % "sbt-bom" % "x.y.z") // Check latest version below
2727
```
2828

29+
Latest version: ![Sonatype Central](https://maven-badges.sml.io/sonatype-central/com.here.platform/sbt-bom_2.12_1.0/badge.svg?style=social)
30+
2931
#### Add Maven central repository in your resolvers
3032

3133
If you're encountering issues or using earlier versions, you might have to explicitly declare the Maven Central repository:

0 commit comments

Comments
 (0)