Skip to content

Commit

Permalink
chore: upgrade dependencies (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Apr 22, 2024
1 parent f4736a3 commit 82f7ec9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
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.7.14"
version: "3.8.1"
arguments: "-c .scalafmt.conf --test"
- uses: jodersky/[email protected]
with:
mill-version: 0.11.6
mill-version: 0.11.7
- name: Compile
run: mill '__.compile'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: jodersky/[email protected]
with:
mill-version: 0.11.6
mill-version: 0.11.7
- 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.yaml
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.6
mill-version: 0.11.7
- 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.6
0.11.7
4 changes: 2 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.14"
version = "3.8.1"
maxColumn = 120

runner.dialect = scala213
Expand Down Expand Up @@ -29,4 +29,4 @@ rewriteTokens = {
"⇒": "=>"
"→": "->"
"←": "<-"
}
}
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Versions {
val scalafixModuleVersion = "0.6.0"
}

val scalaVersions = List("2.12.18", "2.13.12", "3.3.1")
val scalaVersions = List("2.12.19", "2.13.13", "3.3.3")

trait Publishable extends PublishModule {
override def artifactName = "zmatrix"
Expand All @@ -38,7 +38,7 @@ trait ExtendedCrossScalaModule extends CrossScalaModule with ScalafixModule {
Agg(ivy"com.github.liancheng::organize-imports:${Versions.scalafixModuleVersion}")

override def scalacPluginIvyDeps =
Agg(ivy"com.github.ghik:::zerowaste:0.2.15")
Agg(ivy"com.github.ghik:::zerowaste:0.2.19")

override def scalacOptions = {
val specific =
Expand Down

0 comments on commit 82f7ec9

Please sign in to comment.