You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The repository gives a wrong suggestion on how to add the dependency.
The line
https://search.maven.org/artifact/io.github.siculo/sbt-bom/0.3.0/jar
The text was updated successfully, but these errors were encountered: