Skip to content

Commit b7cad6b

Browse files
authored
Merge pull request #861 from scalacenter/update/commons-io-2.19.0
Update commons-io to 2.19.0
2 parents 88d4621 + badc8b2 commit b7cad6b

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
@@ -54,7 +54,7 @@ lazy val javaDebug = project
5454
"com.google.code.gson" % "gson" % "2.13.0",
5555
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
5656
"org.reactivestreams" % "reactive-streams" % "1.0.4",
57-
"commons-io" % "commons-io" % "2.18.0",
57+
"commons-io" % "commons-io" % "2.19.0",
5858
"junit" % "junit" % "4.13.2" % Test,
5959
"org.easymock" % "easymock" % "5.5.0" % Test,
6060
"com.github.sbt" % "junit-interface" % "0.13.3" % Test

0 commit comments

Comments
 (0)