Skip to content

Commit

Permalink
Update commons-io to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Sep 22, 2024
1 parent 4cd8684 commit ebdd8cf
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 @@ -58,7 +58,7 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-testkit" % PekkoCoreDependency.version % Test,
"org.apache.pekko" %% "pekko-stream-testkit" % PekkoCoreDependency.version % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"commons-io" % "commons-io" % "2.16.1" % Test,
"commons-io" % "commons-io" % "2.17.0" % Test,
"org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" % testcontainersScalaVersion % Test)

Expand Down

0 comments on commit ebdd8cf

Please sign in to comment.