Skip to content

Commit

Permalink
Update logback-classic to 1.2.5 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 26, 2021
1 parent a48df73 commit 67ddf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lazy val slf4j = project
"org.slf4j" % "slf4j-api" % slf4jVersion,
"dev.zio" %%% "zio-test" % ZioVersion % Test,
"dev.zio" %%% "zio-test-sbt" % ZioVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.5" % Test,
"net.logstash.logback" % "logstash-logback-encoder" % "6.6" % Test
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
Expand Down Expand Up @@ -158,7 +158,7 @@ lazy val examples = project
.settings(
publish / skip := true,
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3",
"ch.qos.logback" % "logback-classic" % "1.2.5",
"net.logstash.logback" % "logstash-logback-encoder" % "6.6"
)
)

0 comments on commit 67ddf95

Please sign in to comment.