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 committed Dec 2, 2023
1 parent 5169d20 commit 918e962
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.2"
libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.14" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Test
libraryDependencies += "org.scalamock" %% "scalamock" % "5.2.0" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.6" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.14" % Test

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

0 comments on commit 918e962

Please sign in to comment.