We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b203d9b commit bd5bad2Copy full SHA for bd5bad2
.github/workflows/continuous-integration.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: aiken-lang/setup-aiken@v1
14
with:
15
- version: v1.1.16
+ version: v1.1.19
16
- run: aiken fmt --check
17
- run: aiken check -D
18
- run: aiken build
aiken.toml
@@ -1,6 +1,6 @@
1
name = "logical-mechanism/Assist"
2
version = "v0.5.1"
3
-compiler = "v1.1.16"
+compiler = "v1.1.19"
4
plutus = "v3"
5
license = "Apache-2.0"
6
description = "Aiken Assist Library"
0 commit comments