Skip to content

Commit

Permalink
Update logback-classic to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and JavierMonton committed Dec 7, 2023
1 parent 7606390 commit 87926c2
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.4.11",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"org.clapper" %% "grizzled-slf4j" % "1.3.4",
"com.chuusai" %% "shapeless" % "2.3.10",
scalatest % Test
)

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

0 comments on commit 87926c2

Please sign in to comment.