Skip to content

Commit 148c5ad

Browse files
committed
Update commons-io to 2.20.0
1 parent faffdb8 commit 148c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def dependencies(scalaVersion: String): Seq[ModuleID] =
6262
"2" -> ("org.scala-lang" % "scala-reflect" % scalaVersion % Provided),
6363
"2" -> ("com.chuusai" %% "shapeless" % "2.3.4" % Test), // For shapeless based Reader/Scanner in tests
6464
"*" -> ("org.scalatest" %% "scalatest" % "3.2.15" % Test),
65-
"*" -> ("commons-io" % "commons-io" % "2.11.0" % Test),
65+
"*" -> ("commons-io" % "commons-io" % "2.20.0" % Test),
6666
"*" -> ("fastjavaio" % "fastjavaio" % "1.0" from "https://github.com/williamfiset/FastJavaIO/releases/download/v1.0/fastjavaio.jar") % Test, // Benchmarks
6767
"*" -> ("com.typesafe.akka" %% "akka-actor" % (if (scalaVersion.startsWith("2.11")) "2.5.32" else "2.7.0") % Test)
6868
).collect({ case (v, lib) if v == "*" || scalaVersion.startsWith(v) => lib })

0 commit comments

Comments
 (0)