Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Update airframe-log to 22.12.5 #1307

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
val scopt =
"com.github.scopt" %% "scopt" % "4.1.0" // FIXME generating docs for CLI fails with concurrent modification with 2.13 and this version.
val airframeLog = "org.wvlet.airframe" %% "airframe-log" % "22.5.0"
val airframeLog = "org.wvlet.airframe" %% "airframe-log" % "22.12.5"
val asciiTable = "de.vandermeer" % "asciitable" % "0.3.2"

val logback = "ch.qos.logback" % "logback-classic" % "1.2.11"
Expand Down