Skip to content

Commit

Permalink
Update scala-logging to 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 23, 2021
1 parent 3f5137f commit 3980294
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 @@ -79,7 +79,7 @@ val jodaTime = "joda-time" % "joda-time" % "2.10.9"
val jodaConvert = "org.joda" % "joda-convert" % "2.2.1"
val config = "com.typesafe" % "config" % "1.4.1"

val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "1.7.30" // needed form amazon java sdk

Expand Down

0 comments on commit 3980294

Please sign in to comment.