Skip to content

Commit

Permalink
Update logback-classic to 1.5.17 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 5, 2025
1 parent bfbf542 commit 2a0024f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ lazy val scalacCommon = Seq("-Xsource:3")

//Dependencies
lazy val coreDependencies2 = Seq(
"ch.qos.logback" % "logback-classic" % "1.5.16",
"ch.qos.logback" % "logback-classic" % "1.5.17",
"org.clapper" %% "grizzled-slf4j" % "1.3.4",
"com.chuusai" %% "shapeless" % "2.3.12",
scalatest % Test
)

lazy val coreDependencies3 = Seq(
"ch.qos.logback" % "logback-classic" % "1.5.16",
"ch.qos.logback" % "logback-classic" % "1.5.17",
"org.clapper" % "grizzled-slf4j_2.13" % "1.3.4",
scalatest % Test
)
Expand Down

0 comments on commit 2a0024f

Please sign in to comment.