Skip to content

Commit

Permalink
Update commons-logging to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2023
1 parent d8899e7 commit ec8ac6f
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 @@ -31,7 +31,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")

libraryDependencies += "commons-logging" % "commons-logging" % "1.2"
libraryDependencies += "commons-logging" % "commons-logging" % "1.3.0"
libraryDependencies += "org.reflections" % "reflections" % "0.10.2"

// Test
Expand Down

0 comments on commit ec8ac6f

Please sign in to comment.