Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and mrebiai committed Nov 12, 2024
1 parent c8ef3e3 commit f04fc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nexus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**' #publish a release
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
PGP_SECRET : ${{ secrets.GPG_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ThisBuild / developers := List(
)

resolvers += "confluent" at "https://packages.confluent.io/maven/"
val zioVersion = "2.1.11"
val zioVersion = "2.1.12"

lazy val root = (project in file("."))
.settings(
Expand Down

0 comments on commit f04fc32

Please sign in to comment.