Skip to content

Commit bd5bad2

Browse files
author
logicalmechanism
committed
chore: bump aiken to 1.1.19
1 parent b203d9b commit bd5bad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: aiken-lang/setup-aiken@v1
1414
with:
15-
version: v1.1.16
15+
version: v1.1.19
1616
- run: aiken fmt --check
1717
- run: aiken check -D
1818
- run: aiken build

aiken.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "logical-mechanism/Assist"
22
version = "v0.5.1"
3-
compiler = "v1.1.16"
3+
compiler = "v1.1.19"
44
plutus = "v3"
55
license = "Apache-2.0"
66
description = "Aiken Assist Library"

0 commit comments

Comments
 (0)