Skip to content

Commit

Permalink
Merge pull request #162 from scala-steward/update/slf4j-api-1.7.32
Browse files Browse the repository at this point in the history
Update slf4j-api to 1.7.32
  • Loading branch information
Jakub Czuchnowski authored Sep 9, 2021
2 parents 9ba1701 + 9d07891 commit 1766dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {

val akkaMultiNodeTestKit = Seq("com.typesafe.akka" %% "akka-multi-node-testkit" % AkkaVersion % Test)

val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "1.7.31")
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "1.7.32")

val reflection: String => Seq[ModuleID] = version => Seq("org.scala-lang" % "scala-reflect" % version)

Expand Down

0 comments on commit 1766dac

Please sign in to comment.