Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0f2abc..35336b2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ Hacking on NO CARRIER
0. Ensure that sbt is installed (see above).
1. Go to your `no-carrier` directory.
2. Run `sbt assembly`
-3. If the build is successful, the desired JAR will be generated as `target/scala-2.11/no-carrier-assembly-1.0.jar`.
+3. If the build is successful, the desired JAR will be generated as `target/scala-<scala-version>/no-carrier-assembly-<version>.jar`.
## Licensing
NO CARRIER is licensed under The MIT License. By contributing to NO CARRIER, you agree to license your contribution under [The MIT License](https://github.com/twbs/no-carrier/blob/master/LICENSE.txt).