Skip to content

Commit

Permalink
Update logback-classic to 1.3.5 (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: svroonland <[email protected]>
  • Loading branch information
scala-steward and svroonland authored Dec 8, 2022
1 parent 31a1d45 commit 336e2f2
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 @@ -15,7 +15,7 @@ lazy val zioTest = "dev.zio" %% "zio-test"
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion
lazy val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
lazy val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.1"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.3.4"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.3.5"
lazy val embeddedKafka = "io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion

inThisBuild(
Expand Down

0 comments on commit 336e2f2

Please sign in to comment.