Skip to content

Commit

Permalink
Update scala-logging to 3.9.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Avasil committed Jan 15, 2019
1 parent ef7b7b2 commit 6f4efc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -180,7 +180,7 @@ lazy val commonDependencies = Seq(

libraryDependencies ++= Seq(
"io.monix" %% "monix-reactive" % monixVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.7.2",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.0",
"com.typesafe" % "config" % "1.3.3",
"org.slf4j" % "log4j-over-slf4j" % "1.7.25",
// For testing ...
Expand Down

0 comments on commit 6f4efc8

Please sign in to comment.