Skip to content

Commit d27496a

Browse files
authored
Merge pull request #1565 from scalacenter/update/logback-classic-1.5.18
Update logback-classic to 1.5.18
2 parents 67ddfbe + 36ddbf3 commit d27496a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inThisBuild(
2424

2525
lazy val loggingSettings = Seq(
2626
libraryDependencies ++= Seq(
27-
"ch.qos.logback" % "logback-classic" % "1.5.17",
27+
"ch.qos.logback" % "logback-classic" % "1.5.18",
2828
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
2929
),
3030
// Drop and replace commons-logging with slf4j

0 commit comments

Comments
 (0)