Skip to content

Commit ec979b4

Browse files
Update logback-classic to 1.4.7 (#123)
1 parent 10861d0 commit ec979b4

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
@@ -37,7 +37,7 @@ lazy val core = (
3737
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r",
3838
"org.slf4j" % "slf4j-api" % "2.0.7",
3939
"org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
40-
"ch.qos.logback" % "logback-classic" % "1.4.6",
40+
"ch.qos.logback" % "logback-classic" % "1.4.7",
4141
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
4242
),
4343
name := buildName + "-core",

0 commit comments

Comments
 (0)