Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Fix rebase on v2.0.5 (BIS)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Jan 17, 2023
1 parent b0f36e9 commit 1f5d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val scala3 = "3.2.1"
lazy val mainScala = scala213
lazy val allScala = Seq(scala212, scala3, mainScala)

lazy val zioVersion = "2.0.5"
lazy val zioVersion = "2.0.6"
lazy val kafkaVersion = "3.3.1"
lazy val embeddedKafkaVersion = "3.3.1" // Should be the same as kafkaVersion, except for the patch part

Expand Down

0 comments on commit 1f5d17e

Please sign in to comment.