I tried to create a project from scratch and with the dependencies of the latest versions.
There were problems with running a minimal application with a cluster and a http server.
sbt run
exits immediately.
I found some changes, then I tried 1.5.8 (all is fine) and 1.6+ (exits)
fork := true
starts work http server but cannot connect cluster
I didn’t find any examples with sbt 1.6.0+ version
What is the right config for build.sbt
with sbt 1.6.0+ when using a cluster with an http server and using sbt run
in developing
2 posts - 2 participants