We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162c742 commit 779e902Copy full SHA for 779e902
.github/workflows/continuous-integration.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: 🧰 Install Aiken
34
uses: aiken-lang/setup-aiken@v1
35
with:
36
- version: v1.1.4
+ version: v1.1.9
37
38
- name: 📝 Run fmt
39
run: aiken fmt --check
aiken.toml
@@ -1,5 +1,5 @@
1
name = "aiken-lang/stdlib"
2
-version = "main"
+version = "2.2.0"
3
compiler = "v1.1.9"
4
plutus = "v3"
5
description = "The Aiken Standard Library"
0 commit comments