Skip to content

Commit fe30613

Browse files
authored
Merge pull request #252 from scala-steward/update/logback-classic-1.3.16
Update logback-classic to 1.3.16
2 parents decd6de + 04cde7a commit fe30613

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
@@ -68,7 +68,7 @@ lazy val core = project.
6868
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
6969
"org.slf4j" % "slf4j-api" % "2.0.17",
7070
"org.slf4j" % "log4j-over-slf4j" % "2.0.17", // for any java classes looking for this
71-
"ch.qos.logback" % "logback-classic" % "1.3.11",
71+
"ch.qos.logback" % "logback-classic" % "1.3.16",
7272
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
7373
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" % Test
7474
),

0 commit comments

Comments
 (0)