sbt / sbt-sbom

sbt bom.xml exporter
MIT License
17 stars 6 forks source link

Maven Central wrong suggestion on how to add the dependency #48

Open siculo opened 2 years ago

siculo commented 2 years ago

The repository gives a wrong suggestion on how to add the dependency.

The line

libraryDependencies += "io.github.siculo" % "sbt-bom" % "0.3.0" is wrong. It should be libraryDependencies += "io.github.siculo" %% "sbt-bom" % "0.3.0"

https://search.maven.org/artifact/io.github.siculo/sbt-bom/0.3.0/jar