File tree 3 files changed +6
-11
lines changed
3 files changed +6
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ Download:
8
8
9
9
Universal package:
10
10
11
- [ scalaesh-1.0.tgz] ( https://github.com/EsmerilProgramming/scalaesh/releases/download/1.0 /scalaesh-1.0 .tgz )
11
+ [ scalaesh-1.0.tgz] ( https://github.com/EsmerilProgramming/scalaesh/releases/download/0.56 /scalaesh-0.56 .tgz )
12
12
13
13
``` shell
14
- $ tar xvzf scalaesh-1.0 .tgz
14
+ $ tar xvzf scalaesh-0.56 .tgz
15
15
```
16
16
17
17
``` shell
18
- $ cd scalaesh-1.0 /bin/
18
+ $ cd scalaesh-0.56 /bin/
19
19
```
20
20
21
21
``` shell
@@ -24,11 +24,11 @@ $ ./scalaesh
24
24
25
25
Rpm package:
26
26
27
- [ scalaesh-1.0 -1.noarch.rpm] ( https://github.com/EsmerilProgramming/scalaesh/releases/download/1.0 /scalaesh-1.0 -1.noarch.rpm )
27
+ [ scalaesh-0.56 -1.noarch.rpm] ( https://github.com/EsmerilProgramming/scalaesh/releases/download/0.56 /scalaesh-0.56 -1.noarch.rpm )
28
28
29
29
30
30
``` shell
31
- $ sudo yum install scalaesh-1.0 -1.noarch.rpm
31
+ $ sudo yum install scalaesh-0.56 -1.noarch.rpm
32
32
```
33
33
34
34
``` shell
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import NativePackagerKeys._
3
3
4
4
name := " scalaesh"
5
5
6
- version := " 1.0 "
6
+ version := " 0.56 "
7
7
8
8
scalaVersion := " 2.11.0"
9
9
You can’t perform that action at this time.
0 commit comments