alberskib
alberskib
Each of the source file (i.e Vcs.scala) contains next package declaration: ``` package sbt release; ``` On the other hand files are located under next directory `src/main/scala` as a result...
Hey! First of all, thanks for great lib! When you open JS console and click on edit button toy will notice error: `Uncaught ReferenceError: define is not defined` which comes...
If I prepare additional test task: ``` lazy val LoadTest = config("load") extend(Test) ``` and configure path for it and apply all settings: ``` lazy val project = Project("test-project) .configs(LoadTest)...