LoginSignup
5
0

More than 5 years have passed since last update.

【Mac用】1行でScala環境構築

Posted at

1行でScala環境構築

  • install sbt

$ brew install sbt@1
  • sbtの起動確認
$ sbt
[info] Loading project definition from /Users/[ユーザ名]/project
[info] Set current project to [ユーザ名] (in build file:/Users/[ユーザ名]/)
[info] sbt server started at local:///Users/[ユーザ名]/.sbt/1.0/server/973b5ad03bae2162f3bf/sock
sbt:[ユーザ名]>

参考資料

5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0