Skip to content

Commit da58930

Browse files
committed
Update logback-classic to 1.3.16
1 parent 5c784e9 commit da58930

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
@@ -79,6 +79,6 @@ lazy val deps = {
7979
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % "it,test",
8080
"org.scalatest" %% "scalatest" % "3.2.17" % "it,test",
8181
"org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % "it,test",
82-
"ch.qos.logback" % "logback-classic" % "1.3.11" % "it,test"
82+
"ch.qos.logback" % "logback-classic" % "1.3.16" % "it,test"
8383
)
8484
}

0 commit comments

Comments
 (0)