Skip to content

belaboros/tasky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimenting with SBT scala build tool.

Based on https://github.com/shekhargulati/52-technologies-in-2016/blob/master/02-sbt/README.md

Suggested sbt commands:
 - sbt reload
 - sbt clean
 - sbt compile
 - sbt test
 - sbt scalastyle
 - sbt run
 - sbt gitCommitCountTask
 - dependencyTree



View compile classpath depenmdencies
To view compile classpath dependencies you can run the following task from inside the sbt shell. Task and its output is shown below:

show compile:dependencyClasspath
show test:dependencyClasspath




About

Experimentation with SBT scala build tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages