How to check sbt version?

前端 未结 8 2276
星月不相逢
星月不相逢 2020-12-22 17:18

How do I check which version of sbt I\'m running?

I have the bash file set up that uses sbt-launch.jar, and it works, but

$ sbt vers         


        
8条回答
  •  自闭症患者
    2020-12-22 17:46

    Running the command, "sbt sbt-version" will simply output your current directory and the version number.

    $ sbt sbt-version
    [info] Set current project to spark (in build file:/home/morgan/code/spark/)
    [info] 0.13.8
    

提交回复
热议问题