Skip to content

Commit 2d31a40

Browse files
Update logback-classic to 1.5.17 (NomadBlacky#351)
1 parent cf11ebd commit 2d31a40

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
@@ -111,7 +111,7 @@ lazy val legacy = (project in file("legacy"))
111111
"org.scalikejdbc" %% "scalikejdbc-test" % versions.scalikejdbc % "test",
112112
"org.skinny-framework" %% "skinny-orm" % "3.1.0",
113113
"com.h2database" % "h2" % "2.3.232",
114-
"ch.qos.logback" % "logback-classic" % "1.5.16"
114+
"ch.qos.logback" % "logback-classic" % "1.5.17"
115115
)
116116
)
117117

0 commit comments

Comments
 (0)