Skip to content

Commit

Permalink
Update slf4j-api to 1.7.31 (#40)
Browse files Browse the repository at this point in the history
Pull request: #40
  • Loading branch information
scala-steward committed Jul 1, 2021
1 parent 1900b52 commit 2e5c10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ trait Deps {
def scalaLibrary = ivy"org.scala-lang:scala-library:${scalaVersion}"
val scoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:${scoverageVersion}"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
val slf4j = ivy"org.slf4j:slf4j-api:1.7.30"
val slf4j = ivy"org.slf4j:slf4j-api:1.7.31"
}

object Deps_0_9 extends Deps {
Expand Down

0 comments on commit 2e5c10b

Please sign in to comment.