Skip to content

Commit

Permalink
Merge pull request #467 from scala-steward/update/scala-logging-3.9.3
Browse files Browse the repository at this point in the history
Update scala-logging to 3.9.3
  • Loading branch information
adamw authored May 26, 2021
2 parents f9cac16 + 3980294 commit 8dec171
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 @@ -80,7 +80,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 8dec171

Please sign in to comment.