Skip to content

Commit

Permalink
Update mill-main to 0.11.10 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Jul 31, 2024
1 parent 73d4cd5 commit b46720c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Check code format
uses: jrouly/scalafmt-native-action@v1
with:
version: "3.8.1"
version: "3.8.2"
arguments: "-c .scalafmt.conf --test core akka examples"
- uses: jodersky/[email protected]
with:
mill-version: 0.11.8
mill-version: 0.11.10
- name: Compile
run: mill '_._[_].compile'
- name: Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- uses: jodersky/[email protected]
with:
mill-version: 0.11.8
mill-version: 0.11.10
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- uses: jodersky/[email protected]
with:
mill-version: 0.11.8
mill-version: 0.11.10
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
Expand Down
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.8
0.11.10
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.1"
version = "3.8.2"
maxColumn = 120

runner.dialect = scala213
Expand Down

0 comments on commit b46720c

Please sign in to comment.