Skip to content

Commit

Permalink
Update logback-classic to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-app-iheart[bot] committed Apr 17, 2024
1 parent 8fae4b1 commit 758e209
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 @@ -29,7 +29,7 @@ lazy val libs =
.addJVM(name = "henkan-convert", version = "0.6.5", org ="com.kailuowang")
.addJVM(name = "log4cats", version = "2.3.2", org = org.typelevel.typeLevelOrg, "log4cats-slf4j", "log4cats-core")
.addJava(name ="log4j-core", version = "2.23.0", org = "org.apache.logging.log4j")
.addJava(name ="logback-classic", version = "1.5.1", org = "ch.qos.logback")
.addJava(name ="logback-classic", version = "1.5.6", org = "ch.qos.logback")
.addJVM(name = "http4s", version = "0.23.25", org = "org.http4s", modules = "http4s-dsl", "http4s-circe", "http4s-core")
.addJVM(name = "http4s", version = "0.23.13", org = "org.http4s", modules = "http4s-play-json")
.addJVM(name = "mau", version = "0.3.1", org = "com.kailuowang")
Expand Down

0 comments on commit 758e209

Please sign in to comment.