sbt-bom icon indicating copy to clipboard operation
sbt-bom copied to clipboard

Maven Central wrong suggestion on how to add the dependency

Open siculo opened this issue 3 years ago • 0 comments

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

siculo avatar Apr 14 '22 07:04 siculo