vertx-sbt-starter icon indicating copy to clipboard operation
vertx-sbt-starter copied to clipboard

unclear where to go from here

Open ORESoftware opened this issue 6 years ago • 2 comments

readme says:

PLEASE USE OUR G8-QUICKSTART INSTEAD OF THIS PROJECT

but where is that? Can you link to that in the readme?

ORESoftware avatar Dec 03 '18 10:12 ORESoftware

It's right below the line you copied :)

sbt new vert-x3/vertx-scala.g8

G8 is used by SBT for project templating. Running that line will give you a full Vert.x-Scala-project.

codepitbull avatar Dec 03 '18 15:12 codepitbull

Ok thanks yeah I did that, I got this error btw:

https://stackoverflow.com/questions/53591813/unresolved-dependencies-with-sbt-clean-compile

ORESoftware avatar Dec 04 '18 08:12 ORESoftware