Skip to content

Commit

Permalink
Patch updates (#1815)
Browse files Browse the repository at this point in the history
* Update logback-classic to 1.5.15

* Update sbt to 1.10.7
  • Loading branch information
scala-steward authored Jan 6, 2025
1 parent 61c5794 commit 347a11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object Dependencies {
val objenisis = "org.objenesis" % "objenesis" % "3.4"
val jodaTime = "joda-time" % "joda-time" % "2.13.0"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.16"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.14"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.15"
val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "7.3"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val scalaCheckPlus = "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.6
sbt.version=1.10.7

0 comments on commit 347a11f

Please sign in to comment.