Skip to content

Commit 382831e

Browse files
committed
Update commons-io to 2.20.0
1 parent be7a09e commit 382831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Dependencies {
1212
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
1313
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
1414
val circeRefined = "io.circe" %% "circe-refined" % "0.15.1"
15-
val commonsIo = "commons-io" % "commons-io" % "2.19.0"
15+
val commonsIo = "commons-io" % "commons-io" % "2.20.0"
1616
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.24"
1717
val coursierSbtMaven =
1818
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision

0 commit comments

Comments
 (0)