File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Scala implementation of Histogrammar
33
44[ ![ DOI] ( https://zenodo.org/badge/doi/10.5281/zenodo.61344.svg )] ( http://dx.doi.org/10.5281/zenodo.61344 )
55
6- See [ histogrammar.org ] ( http ://histogrammar.org ) for a complete introduction to Histogrammar.
6+ See [ https:// histogrammar.github.io/histogrammar-docs ] ( https ://histogrammar.github.io/histogrammar-docs ) for a complete introduction to Histogrammar.
77
8- This is a Scala implementation for Scala versions 2.10 and 2.11 .
8+ This is a Scala implementation for Scala versions 2.10, 2.11 and 2.12 .
99
1010Installation
1111============
2222mvn install -P scala-2.11
2323```
2424
25+ or
26+
27+ ``` bash
28+ mvn install -P scala-2.12
29+ ```
30+
2531in the base directory (to compile everything) or one of the subdirectories. All subdirectories depend on ` core ` , so this must be installed first.
2632
2733Status
You can’t perform that action at this time.
0 commit comments