Skip to content

Commit 1fc1b42

Browse files
Update logback-classic to 1.4.8 (#130)
1 parent 3dda229 commit 1fc1b42

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.6.0.202305301015-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.7",
40+
"ch.qos.logback" % "logback-classic" % "1.4.8",
4141
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
4242
),
4343
name := buildName + "-core",

0 commit comments

Comments
 (0)