Skip to content

Commit

Permalink
deps: upgrade, also it should trigger CI build with access to 0.0.31 …
Browse files Browse the repository at this point in the history
…of upstream
  • Loading branch information
ice1000 committed Dec 15, 2024
1 parent 2908528 commit 66cc6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli-impl/src/test/resources/literate/wow.aya.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Consider the following example:
def test1 {A B : Type 0} {a : A} {b : B} => wow A B a b
```

Observe the elaborated term of `test1`: `test1`(show:core mode:full)\
Observe the elaborated term of `test1`: `test1`(show:"core" mode:"full")\
Consider another example:

```aya
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ picocli = "4.7.6"
# https://repo1.maven.org/maven2/org/aya-prover/upstream/build-util/
aya-upstream = "0.0.31"
# https://github.com/jline/jline3
jline = "3.27.1"
jline = "3.28.0"
# https://junit.org/junit5
junit = "5.11.3"
hamcrest = "2.2"
Expand Down

0 comments on commit 66cc6c3

Please sign in to comment.