From a36b78db1d940ec379586edae7b95521ef42bfbb Mon Sep 17 00:00:00 2001 From: ex0ns Date: Fri, 13 Oct 2023 12:04:45 +0200 Subject: [PATCH] chore: upgrade dependencies --- .github/workflows/build.yml | 4 ++-- .github/workflows/publish_snapshot.yaml | 2 +- .github/workflows/release.yml | 2 +- .mill-version | 2 +- build.sc | 18 +++++++++--------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71960edd..ea426c0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,11 +18,11 @@ jobs: - name: Check code format uses: jrouly/scalafmt-native-action@v1 with: - version: "3.7.4" + version: "3.7.14" arguments: "-c .scalafmt.conf --test core akka examples" - uses: jodersky/setup-mill@v0.3.0 with: - mill-version: 0.11.0 + mill-version: 0.11.5 - name: Compile run: mill '_._[_].compile' - name: Test diff --git a/.github/workflows/publish_snapshot.yaml b/.github/workflows/publish_snapshot.yaml index a5836bc5..d8628553 100644 --- a/.github/workflows/publish_snapshot.yaml +++ b/.github/workflows/publish_snapshot.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - uses: jodersky/setup-mill@v0.3.0 with: - mill-version: 0.11.0 + mill-version: 0.11.5 - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97a0bd20..0896462d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - uses: jodersky/setup-mill@v0.3.0 with: - mill-version: 0.11.0 + mill-version: 0.11.5 - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v3 diff --git a/.mill-version b/.mill-version index 142464bf..62d5dbdf 100644 --- a/.mill-version +++ b/.mill-version @@ -1 +1 @@ -0.11.0 \ No newline at end of file +0.11.5 diff --git a/build.sc b/build.sc index 295c86cf..778e04a2 100644 --- a/build.sc +++ b/build.sc @@ -2,24 +2,24 @@ import mill._ import mill.scalalib._ import mill.scalalib.publish._ -val ScalaVersions = Seq("2.12.16", "2.13.11") +val ScalaVersions = Seq("2.12.18", "2.13.12") object library { object Version { - val circe = "0.14.5" + val circe = "0.14.6" val circeGenericExtras = "0.14.3" - val cats = "2.9.0" + val cats = "2.10.0" val catsEffect = "2.5.5" - val catsEffect3 = "3.5.0" - val zio = "2.0.15" + val catsEffect3 = "3.5.2" + val zio = "2.0.18" val zhttp = "2.0.0-RC10" - val zioInteropCats = "23.0.0.6" - val sttp = "3.8.15" - val scalaTest = "3.2.16" + val zioInteropCats = "23.0.0.8" + val sttp = "3.8.16" + val scalaTest = "3.2.17" val scalaMockScalaTest = "5.2.0" val scalaLogging = "3.9.5" - val logback = "1.4.7" + val logback = "1.4.11" val scalajHttp = "2.4.2" val akkaVersion = "2.6.20" val akkaActor = akkaVersion