Skip to content

Commit

Permalink
Update slf4j-api to 1.7.27 (akka#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Lukáš Klim committed Jan 28, 2020
1 parent 8893c20 commit b1698fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
val config = "com.typesafe" % "config" % Versions.config
val sslConfigCore = "com.typesafe" %% "ssl-config-core" % Versions.sslConfig

val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.26"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.27"
val mavenPluginApi = "org.apache.maven" % "maven-plugin-api" % Versions.maven // Apache v2
val mavenCore = "org.apache.maven" % "maven-core" % Versions.maven // Apache v2
val protocJar = "com.github.os72" % "protoc-jar" % "3.8.0"
Expand Down

0 comments on commit b1698fe

Please sign in to comment.