Skip to content

Commit

Permalink
Merge branch 'master' into update/embedded-kafka-3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Mar 10, 2024
2 parents b408fc1 + 15c01d0 commit 982c80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Scala Steward
steps:
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2.63.0
uses: scala-steward-org/scala-steward-action@v2.64.0
with:
github-app-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_INSTALLATION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val embeddedKafkaVersion = "3.7.0" // Should be the same as kafkaVersion, e

lazy val kafkaClients = "org.apache.kafka" % "kafka-clients" % kafkaVersion
lazy val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.2"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.3"

enablePlugins(ZioSbtEcosystemPlugin, ZioSbtCiPlugin)

Expand Down

0 comments on commit 982c80c

Please sign in to comment.