Skip to content

Commit 9cce25a

Browse files
Dependency updates (#756)
* Update zio to 2.1.23 * Update zio-sbt-ci to 0.4.8 * Regenerate GitHub Actions workflow Executed command: sbt ciGenerateGithubWorkflow * Update scalafmt-core to 3.5.9 --------- Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
1 parent ed980d4 commit 9cce25a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
141141
- name: Create Pull Request
142142
id: cpr
143-
uses: peter-evans/create-pull-request@v7
143+
uses: peter-evans/create-pull-request@v8
144144
with:
145145
body: |-
146146
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.5.8"
1+
version = "3.5.9"
22
runner.dialect = scala213source3
33
maxColumn = 120
44
align.preset = most

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val root = project
5151
unusedCompileDependenciesFilter -= moduleFilter("org.scala-js", "scalajs-library")
5252
)
5353

54-
val zioVersion = "2.1.22"
54+
val zioVersion = "2.1.23"
5555
val catsVersion = "2.13.0"
5656
val catsEffectVersion = "3.6.3"
5757
val catsMtlVersion = "1.6.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val zioSbtVersion = "0.4.7"
1+
lazy val zioSbtVersion = "0.4.8"
22
addSbtPlugin("dev.zio" % "zio-sbt-website" % zioSbtVersion)
33
addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)
44
addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % zioSbtVersion)

0 commit comments

Comments
 (0)