Skip to content

Commit

Permalink
Update logback-classic to 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 19, 2024
1 parent 081104b commit a966a61
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.12",
"ch.qos.logback" % "logback-classic" % "1.5.13",
"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.12",
"ch.qos.logback" % "logback-classic" % "1.5.13",
"org.clapper" % "grizzled-slf4j_2.13" % "1.3.4",
scalatest % Test
)
Expand Down

0 comments on commit a966a61

Please sign in to comment.