0

How to configure and run existing project of scala in eclipse using sbt? how to use build.sbt? how to configure sbt in eclipse? or how to run sbt run in eclipse

user3408937
  • 49
  • 2
  • 9

1 Answers1

0

Use sbt pluging for generate eclipse project:

https://github.com/typesafehub/sbteclipse

Yuriy
  • 2,772
  • 15
  • 22