Skip to content

Commit

Permalink
Update slf4j-api to 1.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and NeQuissimus committed Feb 20, 2019
1 parent 32d70a0 commit 00bf62d
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 @@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.6.6" % Test,
"org.scalaz" %% "scalaz-core" % "7.2.27",
"org.scalaz" %% "scalaz-zio" % "0.6.3",
"org.slf4j" % "slf4j-api" % "1.7.25",
"org.slf4j" % "slf4j-api" % "1.7.26",
compilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.1"),
"com.github.ghik" %% "silencer-lib" % "1.3.1" % Provided
)
Expand Down

0 comments on commit 00bf62d

Please sign in to comment.