Skip to content

Commit

Permalink
Dependencies: Update logback-classic from 1.4.7 to 1.4.11 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz-scala-steward[bot] authored Nov 5, 2023
1 parent d1617a3 commit c4a06e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ lazy val `elastiknn-plugin` = project
"org.scalanlp" %% "breeze" % "2.1.0" % Test,
"io.circe" %% "circe-parser" % CirceVersion % Test,
"io.circe" %% "circe-generic-extras" % CirceVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.7" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Test,
"com.klibisz.futil" %% "futil" % "0.1.2" % Test
),
scalacOptions ++= ScalacOptions,
Expand Down

0 comments on commit c4a06e4

Please sign in to comment.