File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ phases:
19
19
commands :
20
20
- cd ..
21
21
# Get Dafny
22
- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
22
+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
23
23
- unzip -qq dafny.zip && rm dafny.zip
24
24
- export PATH="$PWD/dafny:$PATH"
25
25
# Get Gradle 7.6
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ phases:
14
14
commands :
15
15
- cd ..
16
16
# Get Dafny
17
- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
17
+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
18
18
- unzip -qq dafny.zip && rm dafny.zip
19
19
- export PATH="$PWD/dafny:$PATH"
20
20
# Get Gradle 7.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ phases:
21
21
commands :
22
22
- cd ..
23
23
# Get Dafny
24
- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
24
+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
25
25
- unzip -qq dafny.zip && rm dafny.zip
26
26
- export PATH="$PWD/dafny:$PATH"
27
27
# Get Gradle 7.6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ phases:
18
18
commands :
19
19
- cd ..
20
20
# Get Dafny
21
- - curl https://github.com/dafny-lang/dafny/releases/download/v4.2 .0/dafny-4.2 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
21
+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.8 .0/dafny-4.8 .0-x64-ubuntu-20.04.zip -L -o dafny.zip
22
22
- unzip -qq dafny.zip && rm dafny.zip
23
23
- export PATH="$PWD/dafny:$PATH"
24
24
# Get Gradle 7.6
You can’t perform that action at this time.
0 commit comments