Skip to content

Commit

Permalink
Update logback-classic to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 9, 2024
1 parent e0ce25b commit 08fc64f
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 @@ -20,7 +20,7 @@ libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.4"
libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
libraryDependencies += "org.scalamock" %% "scalamock" % "6.0.0" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.9" % Test

releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies, // : ReleaseStep
Expand Down

0 comments on commit 08fc64f

Please sign in to comment.