Update to logback 1.2.9, and Paradox 0.41 (#31006)
This commit is contained in:
parent
a2293c4d17
commit
a94e692463
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ object Dependencies {
|
|||
val agronaVersion = "1.14.0"
|
||||
val nettyVersion = "3.10.6.Final"
|
||||
val protobufJavaVersion = "3.11.4"
|
||||
val logbackVersion = "1.2.8"
|
||||
val logbackVersion = "1.2.9"
|
||||
|
||||
val jacksonVersion = "2.11.4"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
|
|||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
|
||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
|
||||
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
|
||||
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.40")
|
||||
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.41")
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
|
||||
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
|
||||
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue