From e775e334b233336778aa08465696077011486c1d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 16:17:56 +0000 Subject: [PATCH 1/5] Update testcontainers-scala to 0.41.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44dfc3a..5120a1e 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ lazy val core = zio %% "zio-test" % zioV % Test, zio %% "zio-test-scalacheck" % zioV % Test, zio %% "zio-test-sbt" % zioV % Test, - "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test, + "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test, "com.outr" %% "scribe-slf4j" % "3.14.0" % Test ) From ea8eddf1fa1e84bdd825923955bb806397f2222f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 16 Jun 2024 16:36:55 +0000 Subject: [PATCH 2/5] Update scalafmt-core to 3.8.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5b78254..9225099 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.1" +version = "3.8.2" maxColumn = 120 align.preset = most align.multiline = false From 0e0f567ddb74331fcc5eec65f4c430ee459fb3fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 17:11:32 +0000 Subject: [PATCH 3/5] Update sbt-github-actions to 0.24.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a574a04..9f8a49e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") From 048bf0f03b64763ae545642c2e314664627142aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 17:12:11 +0000 Subject: [PATCH 4/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6e315a..5f5a120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,9 @@ jobs: java-version: 21 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Check that workflows are up to date run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck @@ -114,6 +117,9 @@ jobs: java-version: 21 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Download target directories (2.12.19) uses: actions/download-artifact@v4 with: From 95f14d5d234521f3bdb4b4c9bb996133cbc92c9d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 Jun 2024 16:49:44 +0000 Subject: [PATCH 5/5] Update zio, zio-streams, zio-test, ... to 2.1.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 44dfc3a..b051e6e 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ lazy val core = val datastaxV = "4.17.0" val zio = "dev.zio" - val zioV = "2.1.1" + val zioV = "2.1.5" val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.10" val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.7" @@ -115,7 +115,7 @@ lazy val zio = name := "virgil-zio", libraryDependencies ++= { val zio = "dev.zio" - val zioV = "2.1.1" + val zioV = "2.1.5" Seq( zio %% "zio" % zioV,