Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:14
Show Gist options
  • Save ezhov-da/6049274b84072fa24ee3f5eb896e4e4f to your computer and use it in GitHub Desktop.
Save ezhov-da/6049274b84072fa24ee3f5eb896e4e4f to your computer and use it in GitHub Desktop.
создание-проекта
- создание проекта по шаблону:
sbt new scala/hello-world.g8
- запуск:
sbt run
- запуск и runtime компиляция:
sbt ~run
- добавление зависимостей:
build.sbt
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment