Skip to content

Commit dbd3278

Browse files
committed
Update logback-classic to 1.5.18
1 parent f08b3e9 commit dbd3278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ val app = crossProject(JVMPlatform, NativePlatform)
157157
.jvmConfigure(
158158
_.settings(
159159
libraryDependencies ++= Seq(
160-
"ch.qos.logback" % "logback-classic" % "1.2.13"
160+
"ch.qos.logback" % "logback-classic" % "1.5.18"
161161
)
162162
).enablePlugins(JavaAppPackaging)
163163
)

0 commit comments

Comments
 (0)