Skip to content

Commit

Permalink
Update logback-classic to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 3f2adc8 commit 680aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object main extends RootModule with JavaModule with PublishModule with OsgiBundl
val asciiDoclet = ivy"org.asciidoctor:asciidoclet:1.5.4"
val bndlib = "biz.aQute.bnd:biz.aQute.bndlib:3.5.0"
// val felixConfigAdmin = "org.apache.felix" % "org.apache.felix.configadmin" % "1.8.8"
val logbackClassic = ivy"ch.qos.logback:logback-classic:1.1.11"
val logbackClassic = ivy"ch.qos.logback:logback-classic:1.5.5"
val junitInterface = ivy"com.github.sbt:junit-interface:0.13.3"
}

Expand Down

0 comments on commit 680aa76

Please sign in to comment.