Skip to content

Commit 6bcb6ec

Browse files
authored
Update mill-main to 0.11.12 (#193)
1 parent b10b0ea commit 6bcb6ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
arguments: "-c .scalafmt.conf --test"
2323
- uses: jodersky/[email protected]
2424
with:
25-
mill-version: 0.11.10
25+
mill-version: 0.11.12
2626
- name: Compile
2727
run: mill '__.compile'
2828
- name: Test

.github/workflows/publish_snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515
- uses: jodersky/[email protected]
1616
with:
17-
mill-version: 0.11.10
17+
mill-version: 0.11.12
1818
- name: Import GPG key
1919
id: import_gpg
2020
uses: crazy-max/ghaction-import-gpg@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- uses: jodersky/[email protected]
1313
with:
14-
mill-version: 0.11.10
14+
mill-version: 0.11.12
1515
- name: Import GPG key
1616
id: import_gpg
1717
uses: crazy-max/ghaction-import-gpg@v3

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.10
1+
0.11.12

0 commit comments

Comments
 (0)