Skip to content

Commit 43f691d

Browse files
committed
Update logback-classic to 1.4.4
1 parent 588cf8d commit 43f691d

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
@@ -62,7 +62,7 @@ lazy val bindings = project.in(file("bindings"))
6262
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
6363
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
6464
"io.spray" %% "spray-json" % "1.3.6",
65-
"ch.qos.logback" % "logback-classic" % "1.2.11",
65+
"ch.qos.logback" % "logback-classic" % "1.4.4",
6666
"net.straylightlabs" % "hola" % "0.2.3",
6767
"org.scalameta" %% "munit" % "0.7.29" % Test,
6868
),

0 commit comments

Comments
 (0)