Skip to content

Commit 9baa709

Browse files
Update logback-classic to 1.5.18
1 parent b5c5266 commit 9baa709

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
@@ -8,7 +8,7 @@ lazy val root = (project in file("."))
88
libraryDependencies ++= Seq(
99
"com.h2database" % "h2" % "2.2.224",
1010
"org.scalikejdbc" %% "scalikejdbc" % "4.3.3",
11-
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
11+
"ch.qos.logback" % "logback-classic" % "1.5.18" % "provided",
1212
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
1313
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
1414
),

0 commit comments

Comments
 (0)