Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #174 from scala-steward/update/slf4j-nop-1.7.28
Browse files Browse the repository at this point in the history
Update slf4j-nop to 1.7.28
  • Loading branch information
eed3si9n authored Aug 11, 2019
2 parents 0d3b39c + 1306db8 commit 0bf8ac3
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 @@ -37,7 +37,7 @@ lazy val root = (project in file("."))
}),
libraryDependencies ++= Seq(
"org.foundweekends" %% "bintry" % "0.5.2",
"org.slf4j" % "slf4j-nop" % "1.7.27"), // https://github.com/sbt/sbt-bintray/issues/26
"org.slf4j" % "slf4j-nop" % "1.7.28"), // https://github.com/sbt/sbt-bintray/issues/26
resolvers += Resolver.sonatypeRepo("releases"),
scriptedSettings,
scriptedBufferLog := true,
Expand Down

0 comments on commit 0bf8ac3

Please sign in to comment.