Skip to content

Commit 8411dee

Browse files
authored
Merge pull request #1114 from adpi2/fix-logging
Bump logback-classic to 1.3.5
2 parents 9f29ca4 + c9dacac commit 8411dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

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

2020
lazy val loggingSettings = Seq(
2121
libraryDependencies ++= Seq(
22-
"ch.qos.logback" % "logback-classic" % "1.2.11",
22+
"ch.qos.logback" % "logback-classic" % "1.3.5",
2323
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
2424
),
2525
// Drop and replace commons-logging with slf4j

0 commit comments

Comments
 (0)