Skip to content

Commit

Permalink
Merge pull request #413 from scala-steward/update/commons-logging-1.3.4
Browse files Browse the repository at this point in the history
Update commons-logging to 1.3.4
  • Loading branch information
hagay3 authored Sep 18, 2024
2 parents f44187f + 934cf5b commit 98fbdd0
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 @@ -50,7 +50,7 @@ val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.

val awsJavaSdkCore = "com.amazonaws" % "aws-java-sdk-core" % "1.12.233"
val awsJavaSdkSts = "com.amazonaws" % "aws-java-sdk-sts" % "1.12.233"
val apacheCommonsLogging = "commons-logging" % "commons-logging" % "1.2"
val apacheCommonsLogging = "commons-logging" % "commons-logging" % "1.3.4"


Test / scalacOptions ++= Seq("-Yrangepos")
Expand Down

0 comments on commit 98fbdd0

Please sign in to comment.